Advertisement
Kyrexar

StopWin10Updates.bat

Feb 27th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.39 KB | None | 0 0
  1. rem Run as admin
  2.  
  3. rem Disable Update Orchestrator Service for Windows Update
  4. sc config "UsoSvc" start=disabled
  5. sc stop UsoSvc
  6.  
  7. rem Disable Background Intelligent Transfer Service
  8. sc config "BITS" start=disabled
  9. sc stop BITS
  10.  
  11. rem Disable Delivery Optimization
  12. sc config "dosvc" start=disabled
  13. sc stop dosvc
  14.  
  15. rem Disable Windows Update
  16. sc config "wuauserv" start=disabled
  17. sc stop wuauserv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement