muc-izhnet

160518win7_uninstall_telemetry_KBs.cmd

May 26th, 2016
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. rem Froz 18.05.2016
  3. rem См. пояснения в win7_uninstall_telemetry_KBs.txt
  4.  
  5. set ttl=Remove Windows 7 migration to Win10, tracking, telemetry service and broken KBs...
  6. title %ttl%
  7. echo %ttl%
  8. echo This takes about 5-10 min...
  9.  
  10. start /wait wusa /uninstall /norestart /quiet /kb:971033
  11. start /wait wusa /uninstall /norestart /quiet /kb:2505438
  12. start /wait wusa /uninstall /norestart /quiet /kb:2670838
  13. start /wait wusa /uninstall /norestart /quiet /kb:2859537
  14. start /wait wusa /uninstall /norestart /quiet /kb:2872339
  15. start /wait wusa /uninstall /norestart /quiet /kb:2882822
  16. start /wait wusa /uninstall /norestart /quiet /kb:2922324
  17. for /L %%i in (1,1,19) do start /wait wusa /uninstall /norestart /quiet /kb:2952664
  18. start /wait wusa /uninstall /norestart /quiet /kb:2976978
  19. start /wait wusa /uninstall /norestart /quiet /kb:2977759
  20. start /wait wusa /uninstall /norestart /quiet /kb:2990214
  21. start /wait wusa /uninstall /norestart /quiet /kb:3021917
  22. start /wait wusa /uninstall /norestart /quiet /kb:3022345
  23. for /L %%i in (1,1,7) do start /w wusa.exe /uninstall /kb:3035583
  24. start /wait wusa /uninstall /norestart /quiet /kb:3045999
  25. start /wait wusa /uninstall /norestart /quiet /kb:3046480
  26. start /wait wusa /uninstall /norestart /quiet /kb:3050265
  27. start /wait wusa /uninstall /norestart /quiet /kb:3065987
  28. start /wait wusa /uninstall /norestart /quiet /kb:3068708
  29. start /wait wusa /uninstall /norestart /quiet /kb:3071756
  30. start /wait wusa /uninstall /norestart /quiet /kb:3075249
  31. start /wait wusa /uninstall /norestart /quiet /kb:3075851
  32. start /wait wusa /uninstall /norestart /quiet /kb:3080149
  33. start /wait wusa /uninstall /norestart /quiet /kb:3081954
  34. start /wait wusa /uninstall /norestart /quiet /kb:3083324
  35. start /wait wusa /uninstall /norestart /quiet /kb:3083710
  36. start /wait wusa /uninstall /norestart /quiet /kb:3088195
  37. start /wait wusa /uninstall /norestart /quiet /kb:3097877
  38. start /wait wusa /uninstall /norestart /quiet /kb:3102810
  39. start /wait wusa /uninstall /norestart /quiet /kb:3112343
  40. start /wait wusa /uninstall /norestart /quiet /kb:3121212
  41. start /wait wusa /uninstall /norestart /quiet /kb:3123862
  42. start /wait wusa /uninstall /norestart /quiet /kb:3133977
  43. start /wait wusa /uninstall /norestart /quiet /kb:3135445
  44. start /wait wusa /uninstall /norestart /quiet /kb:3139923
  45. start /wait wusa /uninstall /norestart /quiet /kb:3150513
  46.  
  47. echo All done, go restart PC.
  48. pause
Add Comment
Please, Sign In to add comment