Windows Updates

From Max's Wiki
Revision as of 18:29, 26 June 2017 by Max (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Removing KBs with PowerShell, PSEXEC, and WUSA

WUSA: wusa.exe /uninstall /kb:1234567 /quiet /norestart
PowerShell: psexec -d -s \\remotemachine wusa.exe /uninstall /kb:1234567 /quiet /norestart

Windows 7 Low Disk Space

https://pserranne.wordpress.com/tag/wicleanup/