Windows Updates

From Max's Wiki
Revision as of 23:18, 3 June 2016 by Max (talk | contribs)
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>