怎么给win7系统服务优化|win7服务优化的技巧

2024-04-05 0 972

服务是指在电脑中,需要各种服务以支持各种功能,也可以手动开启或关闭某些服务以达到管理相应的功能的目的。可是很多win7旗舰版用户都不知道怎么给win7系统服务优化,其实我们使用批处理命令来给服务优化即可,下面由系统城小编给大家介绍一下win7服务优化的技巧。

优化方法如下:

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文件即可。

按照上述方法即可成功创建服务优化批处理文件,执行该批处理文件即可一键对系统服务进行优化。好了,关于win7服务优化的技巧小编就跟大家介绍到这里了。

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

本站发布的系统与软件仅为个人学习汉法使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果白负,请交持购买徽软正版软件如侵犯到您的权益,请及时通知我们,我们会及时处理。 建议使用IE8以上版本或Chrome、Firefox议览器访问本站,获得更好的用户体验。 此页面(本网站)所展示的维修服务商的信息,仅作为市场资讯供消费者参考之用。对于维修服务商所展示信息的合法性、真实性、准确性,我们无法做出任何保证或承诺,请您在选择维修服务商时注意甄别服务商的主体资格、经营资质、报价、服务内容等相关信息。特别说明:维修信息后标注“第三方”图标的维修服务商为第三方维修点,非品牌官方/官方授权维修点;维修信息后标注“官方授权”图标的维修服务商为品牌官方授权维修点,但我们无法对其提交的品牌商授权文件的真实性、合法性等进行审查,因此无法排除授权文件伪造等风险。我们未以任何形式参与服务商的任何服务环节,对于服务商提供的服务内容及服务结果无法做出任何保证或者承诺,消费者依其意志自主选择维修服务商,并自行承担后续风险,我们不承担任何法律责任。我们再次谨慎地建议您选择同城具有相当资质的服务商进行当面交易,切勿在交易前直接付款给服务商,以降低风险。

好内存 win7系统教程 怎么给win7系统服务优化|win7服务优化的技巧 https://www.haoneicun.com/20206.html

常见问题

相关文章

发表评论
暂无评论