Advertisement
Guest User

k10.bat

a guest
Jun 1st, 2020
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. rem k10.bat
  2. @echo off
  3. :Loop
  4. taskkill /im Windows10UpgraderApp.exe /f 2>nul
  5. taskkill /im Windows10Upgrade.exe /f 2>nul
  6. taskkill /im YYEDeskPopWtl.exe /f 2>nul
  7. taskkill /im CloudNotifications.exe /f 2>nul
  8. taskkill /im Windows10UpgraderApp.exe /f 2>nul
  9. taskkill /im SetupHost.exe /f 2>nul
  10. taskkill /im WindowsUpdateBox.exe /f 2>nul
  11. taskkill /im DropboxUpdate.exe /f 2>nul
  12. taskkill /im GoogleUpdate.exe /f 2>nul
  13. taskkill /im Dropbox.exe /f 2>nul
  14. taskkill /im hjGameUpdate.exe /f 2>nul
  15. taskkill /im MusNotification.exe /f 2>nul
  16. taskkill /im MusNotificationUx.exe /f 2>nul
  17. taskkill /im huyarepair.exe /f 2>nul
  18. net stop wuauserv 2>nul
  19. net stop bits 2>nul
  20. PING localhost -n 10 >nul
  21.  
  22. goto Loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement