Windows XP服務選項配置

來源:互聯網
上載者:User
轉載自百度知道,僅供個人學習之用。
 
以下是設定範例,以XPSp2為藍本,可比對所用的系統進行增刪和修改。註:未加入XPSP2的自動更新、資訊安全中心、防火牆。    sc config Alerter start= demand      sc config TrkWks start= demand      sc config helpsvc start= demand      sc config PolicyAgent start= demand      sc config dmserver start= demand      sc config WmdmPmSn start= demand      sc config Spooler start= demand      sc config RemoteRegistry start= demand      sc config NtmsSvc start= demand      sc config seclogon start= demand      sc config Schedule start= demand      sc config WebClient start= demand      sc config W32Time start= demand      sc config WZCSVC start= demand   sc config ERSvc start= demand      sc config Themes start= demand      sc config FastUserSwitchingCompatibility start= disabled      sc config Messenger start= disabled      sc config ProtectedStorage start= disabled   sc config SSDPSRV start= disabled      sc config TermService start= disabled      sc config ShellHWDetection start= disabled      如果需要立即關閉服務也可把以下代碼跟在上面的代碼之後   sc stop W32Time      sc stop ShellHWDetection      sc stop TrkWks   sc stop helpsvc   sc stop dmserver   sc stop PolicyAgent      sc stop Spooler      sc stop RemoteRegistry      sc stop seclogon      sc stop Schedule      sc stop WZCSVC   sc stop ERSvc      sc stop Themes      sc stop FastUserSwitchingCompatibility      sc stop ProtectedStorage      sc stop SSDPSRV      sc stop WebClient      最後把修改好之後的代碼存為services.cmd,在以後進行服務設定時,直接運行事先儲存好的批次檔就可以做到事半功倍了。
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.