Windows Updates
Revision as of 17:48, 8 June 2016 by 148.163.176.250 (talk)
Removing KBs with PowerShell, PSEXEC, and WUSA
<syntaxhighlight>WUSA: wusa.exe /uninstall /kb:1234567 /quiet /norestart PowerShell: psexec -d -s \\remotemachine wusa.exe /uninstall /kb:1234567 /quiet /norestart</syntaxhighlight>