从命令行模式运行Windows管理工具。

来源:互联网 发布:php获取当月剩余天数 编辑:程序博客网 时间:2024/05/16 06:45

1、可以直接在开始-〉运行里面输入的管理工具:

文件所在目录:%SYSTEMROOT%/System32
从命令行方式运行:直接输入文件名

admgmt.msc: Active Directory Management
azman.msc: Authorization Manager
certmgr.msc: Certificates
certsrv.msc: Certification Authority
certtmpl.msc: Certificate Templates
ciadv.msc: Indexing Service
compmgmt.msc: Computer Management
devmgmt.msc: Device Manager
dfrg.msc: Disk Defragmenter
dfsgui.msc: Distributed File System
dhcpmgmt.msc: DHCP
diskmgmt.msc: Disk Management
dnsmgmt.msc: DNS
domain.msc: Active Directory Domains and Trusts
dsa.msc: Active Directory Users and Computers
dssite.msc: Active Directory Sites and Services
eventvwr.msc: Event Viewer
fsmgmt.msc: Shared Folders
gpedit.msc: Group Policy
ipaddrmgmt.msc: IP Address Management
lusrmgr.msc: Local Users and Groups
ntmsmgr.msc: Removable Storage
ntmsoprq.msc: Removable Storage Operator Requests
perfmon.msc: Performance
pkmgmt.msc: Public Key Management
rsadmin.msc: Remote Storage
rsop.msc: Resultant Set of Policy
schmmgmt.msc: Active Direcotry Schema
secpol.msc: Local Security Settings
services.msc: Services
tapimgmt.msc: Telephony
tsmmc.msc: Remote Desktops
uddi.msc: UDDI Services Console
winsmgmt.msc: WINS
wmimgmt.msc: Windows Management Infrastructure (WMI)

?

2、需要指定全路径才能运行的管理工具:

目录: %SYSTEMROOT%/System32/Com
文件名: comexp.msc
管理工具名称: Componet Service
从命令行执行方式: mmc %SYSTEMROOT%/System32/Com/comexp.msc

目录: %SYSTEMROOT%/Microsoft.NET/Framework/v1.1.4322
文件名:mscorcfg.msc
管理工具名称: .NET Framework 1.1 Configuration
从命令行执行方式: mmc %SYSTEMROOT%/Microsoft.NET/Framework/v1.1.4322/mscorcfg.msc