zoukankan      html  css  js  c++  java
  • 从命令行模式运行Windows管理工具。

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

    分类: Play Windows 

    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

     
  • 相关阅读:
    Python校验文件MD5值
    no acceptable C compiler found in $PATH解决办法
    PRD是什么
    项目中PO、PM的职责区分
    vue-cli中打包之后css加载顺序有错
    vue-cli中打包图片路径错误
    vue2.0的父子组件数据传递
    vue中style的用法
    vue中class的用法
    angular淘宝购物车案例
  • 原文地址:https://www.cnblogs.com/S-volcano/p/5030881.html
Copyright © 2011-2022 走看看