xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

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

posted @ 2019-04-09 19:25  xgqfrms  阅读(1556)  评论(2编辑  收藏  举报