回覆列表
  • 1 # 使用者4265964796006

    net和sc,

    net用於開啟沒有被禁用的服務,語法是:啟動netstart服務名停止netstop服務名用sc可開啟被禁用的服務,語法是:scconfig服務名start=demand//手動sccondig服務名start=auto//自動scconfig服務名start=disabled//禁用scstart服務名scstop服務名注:1)服務名不一定是你在服務面板看到的那個名,例如,你要開啟被禁用的telnet服務,

    scconfigtelnetstart=auto,

    報錯:[SC]OpenServiceFAILED1060

    ,因為telnet的服務名不是telnet而是tlntsvr,scconfigtlntsvrstart=auto就OK了,在服務面板裡檢視telnet屬性,從可執行檔案的路徑裡可看到服務程式名,即命令中的服務名。2)start=後面有空格,少了就有錯sc.exe命令功能列表:  注:以下命令中。=號後面都有一個空格,=號前面沒有空格!  1.

    更改服務的啟動狀態(這是比較有用的一個功能)    2.

    停止或啟動服務(功能上類似於netstop/start

    ,但速度更快且能停止的服務更多)

      具體的命令格式如下:  

      修改服務啟動型別的命令列格式為(特別注意start=後面有一個空格)    scconfig服務名稱start=demand(

    設定服務為手動啟動)    scconfig服務名稱start=disabled(

    設定服務為禁用)    停止/啟動服務的命令列格式為    scstop/start服務名稱  

      注意:平時常接觸的都是服務的顯示名稱,而以上所指是服務名稱,都可以在控制面板-管理工具-服務裡面,雙擊對應的服務來查詢。  

      先舉例說明一下具體的設定方法:  

      如設定遠端登錄檔服務為手動其格式為    scconfigRemoteRegistrystart=demand  

      設為禁用的格式為:  scconfigRemoteRegistrystart=disabled  

      停止服務則格式為:    scstopRemoteRegistry  

      首先把自己所需設定的服務名稱查到之後,按照上面的格式做成批處理檔案,重灌系統之後只要執行批處理檔案即可。  

      以下是我的設定,以XpSp2為藍本,可比對所用的系統進行增刪和修改。注:未加入XpSp2的自動更新、安全中心、防火牆。   scconfigAlerterstart=demand    scconfigTrkWksstart=demand    scconfighelpsvcstart=demand    scconfigpolicyAgentstart=demand    scconfigdmserverstart=demand    scconfigWmdmpmSnstart=demand    scconfigSpoolerstart=demand    scconfigRemoteRegistrystart=demand    scconfigNtmsSvcstart=demand    scconfigseclogonstart=demand    scconfigSchedulestart=demand    scconfigWebClientstart=demand    scconfigW32Timestart=demand    scconfigWZCSVCstart=demand  scconfigERSvc

    start=demand    scconfigThemesstart=demand    scconfigFastUserSwitchingCompati

    bilitystart=disabled    scconfigMessengerstart=disabled    scconfigprotectedStoragestart=disabled  scconfigSSDpSRVstart=disabled    scconfigTermServicestart=disabled    scconfigShellHWDetectionstart=disabled  

      如果需要立即關閉服務也可把以下程式碼跟在上面的程式碼之後  scstopW32Time    scstopShellHWDetection    scstopTrkWks  scstophelpsvc  scstopdmserver  scstoppolicyAgent    scstopSpooler    scstopRemoteRegistry    scstopseclogon    scstopSchedule    scstopWZCSVC  scstopERSvc    scstopThemes    scstopFastUserSwitchingCompatibility    scstopprotectedStorage    scstopSSDpSRV    scstopWebClient  

      最後把修改好之後的程式碼存為

  • 中秋節和大豐收的關聯?
  • 父母應該怎樣做才能讓孩子長大以後能夠適應成人的社會呢?