cls
@echo off
rem Windows VISTA 服务优化批处理文件!! 2007-03-12
echo 正在优化Windows VISTA系统服务,请稍等......
sc config AeLookupSvc start= AUTO
sc config ALG start= DEMAND
sc config Appinfo start= DEMAND
sc config AppMgmt start= DEMAND
sc config AudioEndpointBuilder start= AUTO
sc config Audiosrv start= AUTO
sc config BFE start= AUTO
sc config BITS start= AUTO
sc config Browser start= DISABLED
sc config CertPropSvc start= DEMAND
sc config clr_optimization_v2.0.50727_32 start= DEMAND
sc config COMSysApp start= DEMAND
sc config CryptSvc start= AUTO
sc config CscService start= AUTO
sc config DcomLaunch start= AUTO
sc config DFSR start= DEMAND
sc config Dhcp start= AUTO
sc config Dnscache start= AUTO
sc config dot3svc start= DEMAND
sc config DPS start= DISABLED
sc config EapHost start= DEMAND
sc config ehRecvr start= DEMAND
sc config ehSched start= DEMAND
sc config ehstart start= AUTO
sc config EMDMgmt start= AUTO
sc config Eventlog start= AUTO
sc config EventSystem start= AUTO
sc config Fax start= DEMAND
sc config fdPHost start= DEMAND
sc config FDResPub start= DISABLED
sc config FontCache3.0.0.0 start= DEMAND
sc config gpsvc start= AUTO
sc config hidserv start= AUTO
sc config hkmsvc start= DEMAND
sc config idsvc start= DEMAND
sc config IKEEXT start= AUTO
sc config IPBusEnum start= DEMAND
sc config iphlpsvc start= DISABLED
sc config KeyIso start= DEMAND
sc config KtmRm start= AUTO
sc config LanmanServer start= DISABLED
sc config LanmanWorkstation start= AUTO
sc config lltdsvc start= DEMAND
sc config lmhosts start= DISABLED
sc config Mcx2Svc start= DISABLED
sc config MMCSS start= AUTO
sc config MpsSvc start= DISABLED
sc config MSDTC start= DEMAND
sc config MSiSCSI start= DEMAND
sc config msiserver start= DEMAND
sc config napagent start= DEMAND
sc config Netlogon start= DEMAND
sc config Netman start= DEMAND
sc config netprofm start= AUTO
sc config NetTcpPortSharing start= DISABLED
sc config NlaSvc start= AUTO
sc config nsi start= AUTO
sc config p2pimsvc start= DEMAND
sc config p2psvc start= DEMAND
sc config PcaSvc start= AUTO
sc config pla start= DEMAND
sc config PlugPlay start= AUTO
sc config PNRPAutoReg start= DEMAND
sc config PNRPsvc start= DEMAND
sc config PolicyAgent start= DISABLED
sc config ProfSvc start= AUTO
sc config ProtectedStorage start= DEMAND
sc config QWAVE start= DEMAND
sc config RasAuto start= DEMAND
sc config RasMan start= DEMAND
sc config RemoteAccess start= DISABLED
sc config RemoteRegistry start= DISABLED
sc config RpcLocator start= DEMAND
sc config RpcSs start= AUTO
sc config SamSs start= AUTO
sc config SCardSvr start= DEMAND
sc config Schedule start= AUTO
sc config SCPolicySvc start= DEMAND
sc config SDRSVC start= DEMAND
sc config seclogon start= DISABLED
sc config SENS start= DISABLED
sc config SessionEnv start= DEMAND
sc config SharedAccess start= DISABLED
sc config ShellHWDetection start= AUTO
sc config slsvc start= AUTO
sc config SLUINotify start= DEMAND
sc config SNMPTRAP start= DEMAND
sc config Spooler start= DISABLED
sc config SSDPSRV start= DISABLED
sc config stisvc start= DISABLED
sc config swprv start= DEMAND
sc config SysMain start= AUTO
sc config TabletInputService start= DISABLED
sc config TapiSrv start= DEMAND
sc config TBS start= DEMAND
sc config TermService start= AUTO
sc config Themes start= AUTO
sc config THREADORDER start= DEMAND
sc config TrkWks start= AUTO
sc config TrustedInstaller start= DEMAND
sc config UI0Detect start= DEMAND
sc config UmRdpService start= DEMAND
sc config upnphost start= AUTO
sc config UxSms start= AUTO
sc config vds start= DEMAND
sc config VSS start= DEMAND
sc config W32Time start= AUTO
sc config wbengine start= DEMAND
sc config wcncsvc start= DEMAND
sc config WcsPlugInService start= DEMAND
sc config WdiServiceHost start= DEMAND
sc config WdiSystemHost start= DEMAND
sc config WebClient start= AUTO
sc config Wecsvc start= DEMAND
sc config wercplsupport start= DEMAND
sc config WerSvc start= DISABLED
sc config WinDefend start= DISABLED
sc config WinHttpAutoProxySvc start= DEMAND
sc config Winmgmt start= AUTO
sc config WinRM start= DEMAND
sc config Wlansvc start= AUTO
sc config wmiApSrv start= DEMAND
sc config WMPNetworkSvc start= DEMAND
sc config WPCSvc start= DEMAND
sc config WPDBusEnum start= AUTO
sc config wscsvc start= DISABLED
sc config WSearch start= DISABLED
sc config wuauserv start= DISABLED
sc config wudfsvc start= DEMAND
echo 优化Windows VISTA系统服务完成!
@pause Windows VISTA服务 优化完毕
注: 先建立一个记事本文件,在记事本内输入以上内容.再保存.并把文件名修改为VISTA服务优化.bat
一定要把后缀名(.TXT)修改为(.BAT).
最后,双击运行即可自动关闭VISTA的一些服务 |