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 ```