禁用服务.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

相关文章:

  • 2021-08-26
  • 2021-12-31
  • 2021-12-27
  • 2022-01-25
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-11-20
  • 2021-08-19
  • 2022-12-23
  • 2021-11-26
  • 2021-11-16
  • 2021-07-29
  • 2022-12-23
相关资源
相似解决方案