服务是指在电脑中,需要各种服务以支持各种功能,也可以手动开启或关闭某些服务以达到管理相应的功能的目的。可是许多网友都不熟悉如何给服务优化,其实大家使用批解决命令来给服务优化便可,下面由小编给我们详解一下win10服务优化的技巧。
优化办法:
1、首先创建一个文本文档,右键打开空白处点击菜单,选中“新建--文本文档”;
2、然后将以下代码复制到新建的文本文档中;
@echo off
echo 服务优化正在解决,请稍等......
@echo
@pause
sc config ALG 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= AUTo
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 DcomLaunch start= AUTo
sc config Dhcp start= AUTo
sc config Dnscache start= AUTo
sc config dot3svc start= DEMAND
sc config EapHost start= DEMAND
sc config Eventsystem start= AUTo
sc config fdPHost start= DEMAND
sc config FDResPub start= DEMAND
sc config FontCache3.0.0.0 start= DEMAND
sc config gpsvc start= AUTo
sc config hidserv start= DEMAND
sc config hkmsvc start= DEMAND
sc config idsvc start= DEMAND
sc config IKEEXT start= AUTo
sc config IPBusEnum start= DEMAND
sc config KeyIso start= DEMAND
sc config Lanmanserver start= AUTo
sc config Lanmanworkstation start= AUTo
sc config lltdsvc start= DEMAND
sc config lmhosts start= AUTo
sc config MMCss start= AUTo
sc config Mpssvc start= AUTo
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 NoD32krn start= AUTo
sc config nsi start= AUTo
sc config PlugPlay start= AUTo
sc config Profsvc start= AUTo
sc config RasAuto start= DEMAND
sc config RasMan start= DEMAND
sc config RemoteAccess start= DIsABLED
sc config RpcLocator start= DEMAND
sc config Rpcss start= AUTo
sc config samss start= AUTo
sc config sCardsvr start= DEMAND
sc config sCPolicysvc start= DEMAND
sc config sENs start= AUTo
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 ssDPsRV start= DEMAND
sc config sstpsvc start= DEMAND
sc config sysMain start= AUTo
sc config Tapisrv start= DEMAND
sc config TBs start= AUTo
sc config Themes start= AUTo
sc config THREADoRDER start= DEMAND
sc config TrustedInstaller start= DEMAND
sc config upnphost start= DEMAND
sc config Uxsms start= AUTo
sc config vds start= DEMAND
sc config w32Time start= AUTo
sc config wcncsvc start= DEMAND
sc config wcsPlugInservice start= DEMAND
sc config winHttpAutoProxysvc start= DEMAND
sc config winmgmt start= AUTo
sc config wlansvc start= DEMAND
sc config wmiApsrv start= DEMAND
sc config wMPNetworksvc start= DEMAND
sc config wscsvc start= AUTo
sc config wuauserv start= AUTo
sc config wudfsvc start= DEMAND
@pause
echo.
echo.&echo 优化完成!任意键退出
echo. & pause>nul
3、打开“文件--另存为”进行保存,保存时将“文件名”修改为“文件名.bat”的形式,把“保存类型”设置为“所有文件”,打开“保存”便可,进入文件保存位置并双击运行创建的bat文件便可。
按照上述办法便可成功创建服务优化批解决文件,执行该批解决文件便可一键对系统服务进行优化。好了,关于win10服务优化的技巧小编就跟我们详解到这里了。