艳妇乳肉豪妇荡乳av无码福利_成 人 免费 在线电影_99久久久国产精品免费蜜臀_国产麻豆免费视频_壮汉受跪趴撅着挨c视频_超碰人人射人人色人人97_日本护士体内she精3xxx_亚洲综合影院最新_99a麻豆蜜桃国产精品无码视频

白云一鍵重裝系統(tǒng)2026 最簡(jiǎn)單好用的系統(tǒng)重裝軟件 全網(wǎng)獨(dú)家技術(shù)/支持GPT-UEFI一鍵裝機(jī) 完美兼容市面所有主板 支持安裝windows XP/7/8/10/11 系統(tǒng)

當(dāng)前位置:主頁(yè) > 系統(tǒng)幫助 > Win7批處理優(yōu)化服務(wù)|Win7建服務(wù)項(xiàng)優(yōu)化批處理文件

Win7批處理優(yōu)化服務(wù)|Win7建服務(wù)項(xiàng)優(yōu)化批處理文件

2020-06-04 10:55:03 分類(lèi):幫助
系統(tǒng)有不少的服務(wù),但不是每個(gè)服務(wù)我們都用得上,有些服務(wù),我們用不上的可以關(guān)閉,但是手動(dòng)去關(guān)閉會(huì)有些麻煩。這篇文章是本站給大家?guī)?lái)的win7建服務(wù)項(xiàng)優(yōu)化批處理文件方法教程,大家可以參考命令行的寫(xiě)法,自己進(jìn)行操作。
 
方法/步驟:
 
1、右鍵點(diǎn)擊桌面空白處,在打開(kāi)的菜單項(xiàng)中,選擇新建文本文檔;
 
win10,優(yōu)化服務(wù),批處理文件步驟
 
2、復(fù)制粘貼以下代碼到記事本文件中:
 
@echo off
 
echo 服務(wù)優(yōu)化正在處理,請(qǐng)稍等......
 
@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 優(yōu)化完成!任意鍵退出
 
echo. & pause>nul
 
win10,優(yōu)化服務(wù),批處理文件步驟
 
3、另存為的時(shí)候,注意文件名要后綴帶有 .bat 的文件;
 
win10,優(yōu)化服務(wù),批處理文件步驟

所用命令意思:

win10,優(yōu)化服務(wù),批處理文件步驟

SC         用于啟動(dòng)服務(wù)控制 器的命令行程序
config      命令參數(shù),意思是永久更改服務(wù)配置,說(shuō)白了就是將服務(wù)項(xiàng)設(shè)置為"自動(dòng),手動(dòng),禁用"
后面跟的就是服務(wù)名稱(chēng)了
"="號(hào)后的就是"自動(dòng),手動(dòng),禁用",AUTO - 自動(dòng),DEMAND - 手動(dòng),DISABLED - 禁用

此時(shí)批處理文件已經(jīng)制作完成,大家可以雙擊打開(kāi)該文件執(zhí)行。以上就是Win7批處理優(yōu)化服務(wù)|Win7建服務(wù)項(xiàng)優(yōu)化批處理文件文章,如果這篇文章的方法能幫到你,那就收藏白云一鍵重裝系統(tǒng)網(wǎng)站,在這里會(huì)不定期給大家分享常用裝機(jī)故障解決方法。
重裝系統(tǒng)幫助
U盤(pán)裝系統(tǒng)
優(yōu)白云U盤(pán)裝系統(tǒng)

聯(lián)系我們 | 關(guān)于我們 | 網(wǎng)站地圖 | 白云一鍵重裝系統(tǒng)QQ群

提供一鍵重裝系統(tǒng)win7旗艦版,一鍵重裝xp系統(tǒng),以及重裝win10專(zhuān)業(yè)版的重裝系統(tǒng)軟件以及系統(tǒng)重裝的相關(guān)教程
Copyright@2019-2025白云系統(tǒng) 版權(quán)所有. All Rights Reserved. ?備案號(hào):粵ICP備20000429號(hào)
白云一鍵重裝系統(tǒng)唯一網(wǎng)址:www.medinacollegeconsulting.com

富宁县| 金塔县| 深州市| 积石山| 邵东县| 故城县| 民县| 大宁县| 梧州市| 九江县| 福泉市| 额敏县| 长沙县| 山东省| 连平县| 北京市| 平阴县| 隆回县| 柞水县| 丹江口市| 闵行区| 吉水县| 新疆| 咸丰县| 洪泽县| 临泽县| 兖州市| 伽师县| 望都县| 孟津县| 徐州市| 客服| 延长县| 阳城县| 新竹县| 白水县| 祁门县| 哈密市| 安西县| 大方县| 龙井市|