Windows Updates

From Max's Wiki
Revision as of 17:48, 8 June 2016 by Max (talk | contribs) (Reverted edits by 148.163.176.250 (talk) to last revision by Max)
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>