Some installed updates are corrupt lets work on that...
Install Update using Dism
Note: If DISM fails please attach the CBS.log
Install Update using Dism
- Please download KB4467107 http://download.windowsupdate.com/c..._1b77580629590e3fab05e08710e04be358a1f765.msu save the file to c:\windows\temp
- change the name of the update file to a smaller name Windows6.1-KB4467107-x64.msu
(keep the extension .msu in the end of the file name in case its visible if not ignore that) - open the Command Prompt as Administrator (Tutorial)
- type or Copy & Paste the following commands line by line:
cd /d c:\windows\temp
expand Windows6.1-KB4467107-x64.msu -f:* C:\windows\temp
DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\Windows6.1-KB4467107-x64.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 colors by selecting the text, now press enter. All of this text is now copied.
- Paste (Ctrl+V) it into your next post please.
Note: If DISM fails please attach the CBS.log