C:\WINDOWS>IISRESET /?
帮助实用程序不支持这个命令。请键入 "x /?"。
C:\WINDOWS>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 and
default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP
address
leases 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"
C:\WINDOWS>LODCTR /?
LODCTR
为可扩展的计数器更新性能监视器的计数器名称及说明文字
用法:
LODCTR
[\\computername
] filename
computername 为远程计算机名。
如果未指定 computername,则使用本地机器。
filename 是初始化文件的名称,该文件包含一个可扩展的
计数器 DLL 的计数器名称定义和
说明文字。
LODCTR /S:<FileName>
将当前 perf 注册表字符串和信息存入 <FileName>
LODCTR /R:<FileName>
用 <FileName> 还原 perf 注册表字符串和信息
注意: 任何名称中带空格的参数都必须外加
双引号。