电脑技术学习

windows7服务优化批处理

dn001

很好的windows7服务优化软件,电脑爱好者的东东,可以放心使用!

windows7 7068下测试通过!;

@echo off
echo 服务优化正在处理,请稍等......
@echo
@pause
sc configALG start= DEMAND
sc configAppMgmt start= DEMAND
sc configAudioEndpointBuilder start= AUTO
sc configAudiosrv start= AUTO
sc configBFE start= AUTO
sc configBITS start= AUTO
sc configBrowser start= AUTO
sc configCertPropSvc start= DEMAND
sc configclr_optimization_v2.0.50727_32 start= DEMAND
sc configCOMSysApp start= DEMAND
sc configCryptSvc start= AUTO
sc configDcomLaunch start= AUTO
sc configDhcp start= AUTO
sc configDnscache start= AUTO
sc configdot3svc start= DEMAND
sc configEapHost start= DEMAND
sc configEventSystem start= AUTO
sc configfdPHost start= DEMAND
sc configFDResPub start= DEMAND
sc configFontCache3.0.0.0 start= DEMAND
sc configgpsvc start= AUTO
sc confighidserv start= DEMAND
sc confighkmsvc start= DEMAND
sc configidsvc start= DEMAND
sc configIKEEXT start= AUTO
sc configIPBusEnum start= DEMAND
sc configKeyIso start= DEMAND
sc configLanmanServer start= AUTO
sc configLanmanWorkstation start= AUTO
sc configlltdsvc start= DEMAND
sc configlmhosts start= AUTO
sc configMMCSS start= AUTO
sc configMpsSvc start= AUTO
sc configmsiserver start= DEMAND
sc confignapagent start= DEMAND
sc configNetlogon start= DEMAND
sc configNetman start= DEMAND
sc confignetprofm start= AUTO
sc configNetTcpPortSharing start= DISABLED
sc configNlaSvc start= AUTO
sc configNOD32krn start= AUTO
sc confignsi start= AUTO
sc configPlugPlay start= AUTO
sc configProfSvc start= AUTO
sc configRasAuto start= DEMAND
sc configRasMan start= DEMAND
sc configRemoteAccess start= DISABLED
sc configRpcLocator start= DEMAND
sc configRpcSs start= AUTO
sc configSamSs start= AUTO
sc configSCardSvr start= DEMAND
sc configSCPolicySvc start= DEMAND
sc configSENS start= AUTO
sc configSharedAccess start= DISABLED
sc configShellHWDetection start= AUTO
sc configslsvc start= AUTO
sc configSLUINotify start= DEMAND
sc configSNMPTRAP start= DEMAND
sc configSSDPSRV start= DEMAND
sc configSstpSvc start= DEMAND
sc configSysMain start= AUTO
sc configTapiSrv start= DEMAND
sc configTBS start= AUTO
sc configThemes start= AUTO
sc configTHREADORDER start= DEMAND
sc configTrustedInstaller start= DEMAND
sc configupnphost start= DEMAND
sc configUxSms start= AUTO
sc configvds start= DEMAND
sc configW32Time start= AUTO
sc configwcncsvc start= DEMAND
sc configWcsPlugInService start= DEMAND
sc configWinHttpAutoProxySvc start= DEMAND
sc configWinmgmt start= AUTO
sc configWlansvc start= DEMAND
sc configwmiApSrv start= DEMAND
sc configWMPNetworkSvc start= DEMAND
sc configwscsvc start= AUTO
sc configwuauserv start= AUTO
sc configwudfsvc start= DEMAND
@pause
echo.
echo.&echo;;;;;优化完成!任意键退出
echo. & pause>nul

把上面一段保存为.bat文件即可!;

也可以到这里下载:http://bbs.windows7en.com/thread-10699-1-1.html

标签: