Skip to content

Instantly share code, notes, and snippets.

@larry-fuy
Created September 20, 2014 15:01
Show Gist options
  • Save larry-fuy/1ce522258db9f19426a9 to your computer and use it in GitHub Desktop.
Save larry-fuy/1ce522258db9f19426a9 to your computer and use it in GitHub Desktop.
Windows update manually
1. Download the update files (*.msu)
2. Execute the commands ([Microsoft tech documents](http://support.microsoft.com/kb/934307))
```
expand -f:* "C:\*.msu" %TEMP%
pkgmgr.exe /n:%TEMP%\Windows6.0-KB934307-x86.xml
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment