Advertisement
Guest User

06.02.2016 win7_uninstall_telemetry_KBs.cmd

a guest
Feb 12th, 2016
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. rem Remove Windows 7 telemetry and tracking KBs
  3. rem maxud http://forum.ru-board.com/topic.cgi?forum=62&topic=24100&start=4011&limit=1&m=1
  4.  
  5. rem Modifications by Froz 06.02.2016. Remarked KB's is for Win8
  6.  
  7. set ttl=Remove Windows 7 Migration to Win10, Tracking and Telemetry service KBs...
  8.  
  9. title %ttl%
  10. echo %ttl%
  11. echo This takes about 5-10 min...
  12. start /wait wusa /uninstall /norestart /quiet /kb:971033
  13. start /wait wusa /uninstall /norestart /quiet /kb:2882822
  14. for /L %%i in (1,1,16) do start /wait wusa /uninstall /norestart /quiet /kb:2952664
  15. rem start /wait wusa /uninstall /norestart /quiet /kb:2976978
  16. start /wait wusa /uninstall /norestart /quiet /kb:2977759
  17. start /wait wusa /uninstall /norestart /quiet /kb:2990214
  18. start /wait wusa /uninstall /norestart /quiet /kb:3021917
  19. start /wait wusa /uninstall /norestart /quiet /kb:3022345
  20. for /L %%i in (1,1,6) do start /w wusa.exe /uninstall /kb:3035583
  21. rem start /wait wusa /uninstall /norestart /quiet /kb:3044374
  22. start /wait wusa /uninstall /norestart /quiet /kb:3046480
  23. start /wait wusa /uninstall /norestart /quiet /kb:3050265
  24. rem start /wait wusa /uninstall /norestart /quiet /kb:3050267
  25. start /wait wusa /uninstall /norestart /quiet /kb:3065987
  26. rem start /wait wusa /uninstall /norestart /quiet /kb:3065988
  27. start /wait wusa /uninstall /norestart /quiet /kb:3068708
  28. start /wait wusa /uninstall /norestart /quiet /kb:3075249
  29. start /wait wusa /uninstall /norestart /quiet /kb:3075851
  30. rem start /wait wusa /uninstall /norestart /quiet /kb:3075853
  31. start /wait wusa /uninstall /norestart /quiet /kb:3080149
  32. start /wait wusa /uninstall /norestart /quiet /kb:3081954
  33. start /wait wusa /uninstall /norestart /quiet /kb:3083324
  34. rem start /wait wusa /uninstall /norestart /quiet /kb:3083325
  35. start /wait wusa /uninstall /norestart /quiet /kb:3083710
  36. rem start /wait wusa /uninstall /norestart /quiet /kb:3083711
  37. start /wait wusa /uninstall /norestart /quiet /kb:3102810
  38. rem start /wait wusa /uninstall /norestart /quiet /kb:3112336
  39. start /wait wusa /uninstall /norestart /quiet /kb:3112343
  40. start /wait wusa /uninstall /norestart /quiet /kb:3123862
  41. start /wait wusa /uninstall /norestart /quiet /kb:3135445
  42. echo All done, go restart PC.
  43. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement