以下是設定範例,以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,在以後進行服務設定時,直接執行事先儲存好的批處理檔案就可以做到事半功倍了。
windows xp下配置svn服務
b 1.安裝包 太大給位址 b tortoisesvn 1.8.4.24972 win32 svn 1.8.5.msi setup subversion 1.8.4.msi b 2.安裝 b a.先安裝tortoisesvn 1.8.4.24972 win32 svn 1.8.5.msi 除選擇目錄...
Redis伺服器配置 配置選項
修改和獲取配置選項的值 1.啟動給定引數 2.啟動給定配置檔案 3.使用config系列命令通過使用 config 系列命令,使用者可以在伺服器執行時動態修改選項的值,也可以通過命令獲取選項當前的值 config set 的注意事項 並不是所有配置選項都可以在伺服器執行時動態地設定的,有一些配置選項...
windows xp元件中沒有IIS選項的解決方案
現在網上有很多windowsxp的ghost版本,參差不齊,有些版本為了使系統更加的瘦小把iis安裝選項給遮蔽掉了。致使我們在用的時候,想裝都裝不了。下面是我收集網路上的一些解決方案並加於整理,以饗。首先,找到sysoc.inf這個檔案。可以開啟 開始 執行 保證當前系統裝在c盤下,然後輸入c wi...