I ran sfc /scannow and this is the error I'm getting
https://drive.google.com/file/d/0B1lqZhpyr-KQbnpOUnNqaVNWTXc/view?usp=sharing
https://drive.google.com/file/d/0B1lqZhpyr-KQbnpOUnNqaVNWTXc/view?usp=sharing
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I don't think it's these two files no. If you configure a clean boot, can you boot normally?
https://support.microsoft.com/en-us/kb/929135
Well at least you found a solution to your issue. Is there anything else Windows Update-wise?
Alright :) These are usually easy to troubleshoot.
DISM /Online /Cleanup-Image /RestoreHealth
=================================
Checking System Update Readiness.
Summary:
Operation: Detect and Repair
Operation result: 0x0
Last Successful Step: Entire operation completes.
Total Detected Corruption: 0
CBS Manifest Corruption: 0
CBS Metadata Corruption: 0
CSI Manifest Corruption: 0
CSI Metadata Corruption: 0
CSI Payload Corruption: 0
Total Repaired Corruption: 0
CBS Manifest Repaired: 0
CSI Manifest Repaired: 0
CSI Payload Repaired: 0
CSI Store Metadata refreshed: True
Total Operation Time: 927 seconds.
sfc /scannow
copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
Can you try to download the package manually and attempt to install?
https://support.microsoft.com/en-us/kb/3097617
Click on "Microsoft Update Catalog website" under the Method 2. It'll asks you to open this page in Internet Explorer and to install a complement, do it and download the update for Windows 10 x64. According to the CBS.log, the error is a missing manifest file from that update, so it might not have downloaded properly.
net stop wuauserv
ren %SystemRoot%\SoftwareDistribution\Download DL.bak
ren %SystemRoot%\SoftwareDistribution\DataStore DS.bak
net start wuauserv
wusa /uninstall /KB:3097617