网站制作学习网经验与学习→正文:系统优化批处理
字体:

系统优化批处理

经验与学习 2010/4/4 21:53:35  点击:不统计

本文原载于www.forasp.cn

电脑运行慢的时候就优化一下电脑,这个批处理来自于网上。作者不详
将代码放在一个txt文档里面,然后保存,将后缀名改为bat,然后运行即可
@color 17
@echo.
@echo.
@echo.   优化系统服务设置,默认开机进程13项,关闭了不需要的后台服务
@echo.
@echo.     
@echo.  
@echo.
@echo.   敲任意键对系统后台进行优化。。。。
@echo.
@echo.
@echo.
@PAUSE
@echo.
@echo.
@sc config wuauserv start= auto
@sc config wuauserv start= disabled
@sc config Spooler start= disabled
@sc config Themes start= disabled
@sc config Alerter start= disabled
@sc config ALG start= disabled
@sc config AppMgmt start= disabled
@sc config Alerter start= disabled
@sc config BITS start= disabled
@sc config ClipSrv start= disabled
@sc config EventSystem start= auto
@sc config COMSysApp start= demand
@sc config Browser start= auto
@sc config CryptSvc start= auto
@sc config DcomLaunch start= auto
@sc config Dhcp start= auto
@sc config TrkWks start= auto
@sc config MSDTC start= disabled
@sc config Dnscache start= disabled
@sc config ERSvc start= disabled
@sc config Eventlog start= auto
@sc config FastUserSwitchingCompatibility start= disabled
@sc config helpsvc start= disabled
@sc config HTTPFilter start= demand
@sc config HidServ start= disabled
@sc config ImapiService start= disabled
@sc config CiSvc start= demand
@sc config PolicyAgent start= auto
@sc config dmserver start= auto
@sc config dmadmin start= demand
@sc config Messenger start= disabled
@sc config SwPrv start= demand
@sc config NetLogon start= disabled
@sc config mnmsrvc start= disabled
@sc config Netman start= demand
@sc config NetDDE start= disabled
@sc config NetDDEdsdm start= disabled
@sc config Nla start= disabled
@sc config xmlprov start= demand
@sc config NtlmSsp start= demand
@sc config SysmonLog start= demand
@sc config PlugPlay start= auto
@sc config WmdmPmSN start= demand
@sc config ProtectedStorage start= auto
@sc config RSVP start= disabled
@sc config RasAuto start= disabled
@sc config RasMan start= demand
@sc config RDSessMgr start= disabled
@sc config RpcSs start= auto
@sc config RpcLocator start= disabled
@sc config RemoteRegistry start= disabled
@sc config NtmsSvc start= demand
@sc config RemoteAccess start= disabled
@sc config seclogon start= disabled
@sc config SamSs start= auto
@sc config wscsvc start= disabled
@sc config lanmanserver start= auto
@sc config ShellHWDetection start= auto
@sc config SCardSvr start= disabled
@sc config SSDPSRV start= disabled
@sc config SENS start= auto
@sc config srservice start= disabled
@sc config Schedule start= auto
@sc config LmHosts start= disabled
@sc config TapiSrv start= demand
@sc config TlntSvr start= disabled
@sc config TermService start= disabled
@sc config UPS start= demand
@sc config upnphost start= demand
@sc config VSS start= demand
@sc config WebClient start= disabled
@sc config AudioSrv start= auto
@sc config SharedAccess start= auto
@sc config stisvc start= demand
@sc config MSIServer start= demand
@sc config winmgmt start= auto
@sc config W32Time start= disabled
@sc config WZCSVC start= disabled
@sc config WmiApSrv start= demand
@sc config lanmanworkstation start= auto
@sc config Wmi start= demand
@sc config wmiapsrv start= disabled
@sc config "WMDM PMSP Service" start= disabled
@sc config "Creative Service for CDROM Access" start= disabled
@sc config NVSvc start= disabled
@sc config ccosm start= disabled
@echo.
@echo.
%77w%77%2E%66%6F%72%61%73%70%2E%63%6E

·上一篇:Columncountdoesn'tmatchvalueco >>    ·下一篇:asp,php,js循环比较 >>
推荐文章
最新文章