Skip to content

Instantly share code, notes, and snippets.

@iinfin
Created April 29, 2022 07:25
Show Gist options
  • Save iinfin/978561cbd2a7fd9698a0763d2bcca7a4 to your computer and use it in GitHub Desktop.
Save iinfin/978561cbd2a7fd9698a0763d2bcca7a4 to your computer and use it in GitHub Desktop.
clear windows updates
@echo off
powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,net stop usosvc & net stop wuauserv & del %systemroot%\SoftwareDistribution\DataStore\Logs\edb.log & del /f /q C:\ProgramData\USOPrivate\UpdateStore\* & net start usosvc & net start wuauserv & UsoClient.exe RefreshSettings' -Verb runAs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment