Windows Updates
Jump to navigation
Jump to search
Removing KBs with PowerShell, PSEXEC, and WUSA
- <syntaxhighlight> WUSA - wusa.exe /uninstall /kb:1234567 /quiet /norestart </syntaxhighlight>
- <syntaxhighlight> psexec -d -s \\remotemachine wusa.exe /uninstall /kb:1234567 /quiet /norestart </syntaxhighlight>