windows 10 & 禁用服务.bat

时间:2022-12-31 21:10:31

windows 10 & 禁用服务.bat

禁用服务.bat


@echo off
net stop WSearch
net stop wuauserv
net start TrustedInstaller net stop WinDefend
net stop SDRSVC
net stop vds net stop SysMain
net stop FontCache sc.exe config WSearch start= disabled
sc.exe config wuauserv start= disabled
sc.exe config TrustedInstaller start= demand sc.exe config WinDefend start= disabled
sc.exe config SDRSVC start= disabled
sc.exe config vds start= disabled sc.exe config FontCache start= disabled @echo on