zcomputerwiz
Windows Update Expert
Found what I needed in that other registry hive. Let's try this:
http://download.windowsupdate.com/c..._9946bc9008c14c5eefba036dbc7beb5ecb98337a.msu
Install Update with DISM
http://download.windowsupdate.com/c..._9946bc9008c14c5eefba036dbc7beb5ecb98337a.msu
Install Update with DISM
- Download the update MSU here:
- Copy the MSU file to a convenient location (such as C:\temp).
- Click on the Start
- When you see Command Prompt on the list, right-click on it and select Run as administrator
- When command prompt opens, copy and paste the following commands into it, press enter after each
cd C:\temp
replace C:\temp with your path if different
expand {update name}.msu -f:* C:\temp
replace {update name} with the name of the MSU file downloaded in step 1
DISM.exe /Online /Add-Package /PackagePath:C:\temp\{update name}.cab
- You should receive the message:
The operation completed successfully.
Restart Windows to complete this operation.
Do you want to restart the computer now (Y/N)?
- Make sure to allow the computer to restart if prompted.
If you receive any other message: - Right-click on the Command Prompt window and click Select All, this will invert all of the colours by selecting the text, now press enter. All of this text is now copied.
- Paste (Ctrl+V) it into your next post.
- Zip and attach C:\Windows\Logs\CBS\CBS.log