Advertisement
muc-izhnet

151011remove_bad_KBs.cmd

Oct 12th, 2015
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. rem Froz 11.10.2015
  3. title Remove telemetry and tracking KBs...
  4. start /wait wusa /uninstall /norestart /quiet /kb:971033
  5. start /wait wusa /uninstall /norestart /quiet /kb:2882822
  6. for /L %%i in (1,1,14) do start /wait wusa /uninstall /norestart /quiet /kb:2952664
  7. start /wait wusa /uninstall /norestart /quiet /kb:2976978
  8. start /wait wusa /uninstall /norestart /quiet /kb:2977759
  9. start /wait wusa /uninstall /norestart /quiet /kb:2990214
  10. start /wait wusa /uninstall /norestart /quiet /kb:3021917
  11. start /wait wusa /uninstall /norestart /quiet /kb:3022345
  12. start /wait wusa /uninstall /norestart /quiet /kb:3035583
  13. start /wait wusa /uninstall /norestart /quiet /kb:3044374
  14. start /wait wusa /uninstall /norestart /quiet /kb:3046480
  15. start /wait wusa /uninstall /norestart /quiet /kb:3050265
  16. start /wait wusa /uninstall /norestart /quiet /kb:3050267
  17. start /wait wusa /uninstall /norestart /quiet /kb:3065987
  18. start /wait wusa /uninstall /norestart /quiet /kb:3065988
  19. start /wait wusa /uninstall /norestart /quiet /kb:3068708
  20. start /wait wusa /uninstall /norestart /quiet /kb:3075249
  21. start /wait wusa /uninstall /norestart /quiet /kb:3075851
  22. start /wait wusa /uninstall /norestart /quiet /kb:3075853
  23. start /wait wusa /uninstall /norestart /quiet /kb:3080149
  24. start /wait wusa /uninstall /norestart /quiet /kb:3083324
  25. start /wait wusa /uninstall /norestart /quiet /kb:3083325
  26. start /wait wusa /uninstall /norestart /quiet /kb:3083710
  27. echo All done, go restart PC.
  28. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement