Advertisement
Ibra86

Clear WU queue

Jul 30th, 2020
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @wmic service usosvc call StopService
  2. @wmic service wuauserv call StopService
  3. del /f /q C:\ProgramData\USOShared\Logs\*
  4. del /f /q C:\ProgramData\USOPrivate\UpdateStore\*
  5. bitsadmin /reset
  6. net stop trustedinstaller
  7. net stop wuauserv
  8. pushd C:\Windows\SoftwareDistribution\Download\
  9. rd /s /q .
  10. popd
  11. bitsadmin /reset /allusers
  12. UsoClient.exe RefreshSettings
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement