Advertisement
Guest User

stop_bullshit_services.bat

a guest
Jun 6th, 2017
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. :: Run this before Gaming on a Windows 7/8/10 box to kill bullshit services using up resources.
  3. :: Diagnostic Policy Service, bullshit
  4. sc stop DPS
  5. :: MalwareBytes Anti-Exploit
  6. sc stop MbaeSvc
  7. :: MS Office Click-to-run bullshit
  8. sc stop ClickToRunSvc
  9. :: IPSec Policy Service
  10. sc stop PolicyAgent
  11. :: Program Compatability Assistance Service, bullshit
  12. sc stop PcaSvc
  13. :: Teamviewer service
  14. sc stop TeamViewer
  15. :: Windows Defender
  16. sc stop WinDefend
  17. :: Windows Modules Installer, bullshit used for installing software
  18. sc stop TrustedInstaller
  19. :: Windows Search (Indexing, bullshit)
  20. sc stop WSearch
  21. :: Windows Update, bullshit doesnt need to run 24/7
  22. sc stop wuauserv
  23. timeout /t 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement