Windows Updates

From Max's Wiki
Revision as of 17:48, 8 June 2016 by 148.163.176.250 (talk)
Jump to navigation Jump to search

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>