更多分享在百度经验:http://jingyan.baidu.com/article/27fa7326c923ab46f9271f66.html

很显然,这个命令,我们通常会用来查本机所有网卡的IP信息,命令会是:ipconfig /all
如图示:
Windows XP下使用ipconfig命令知多少
如些,我们便可以得到所有网卡的IP信息;这个是常用到的;那么除了这个/all.你还知道多少关于IPCONFIG的事呢?
那么我可以这样一下.如下示:
C:\Documents and Settings\Administrator>ipconfig /?
USAGE:  
ipconfig [/? | /all | /renew [adapter] | /release [adapter] |              /flushdns | /displaydns | /registerdns |              /showclassid adapter |              /setclassid adapter [classid] ]
where  
     adapter         Connection name                  
                         (wildcard characters * and ? allowed, see examples)    
    Options:       /?           Display this help message      
/all         Display full configuration information.      
/release     Release the IP address for the specified adapter.      
/renew       Renew the IP address for the specified adapter.      
/flushdns    Purges the DNS Resolver cache.      
/registerdns Refreshes all DHCP leases and re-registers DNS names      
/displaydns  Display the contents of the DNS Resolver Cache.      
/showclassid Displays all the dhcp class IDs allowed for adapter.      
/setclassid  Modifies the dhcp class id.
The default is to display only the IP address, subnet mask anddefault gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP addressleases for all adapters bound to TCP/IP will be released or renewed.
For Setclassid, if no ClassId is specified, then the ClassId is removed.
Examples:  
> ipconfig                   ... Show information.  
> ipconfig /all              ... Show detailed information  
> ipconfig /renew            ... renew all adapters    
> ipconfig /renew EL*        ... renew any connection that has its                                    
                                              name starting with EL  
> ipconfig /release *Con*    ... release all matching connections,                                  
                                                eg. "Local Area Connection 1" or                                        
                                                       "Local Area Connection 2"
当然,以上是复制信息, 这个提示是英文,这样我来解析一下;
后续:http://jingyan.baidu.com/article/27fa7326c923ab46f9271f66.html