windows 10 & 禁用服务.bat
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
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/10679103.html
未经授权禁止转载,违者必究!