Red-Oak
Member
Update went smoothly.
It fixes the Secure Boot Bluescreen on the SP3 running Windows 10 TH2 after the bad patch last week....
just got the new surface pro keyboard for my pro 3 just for the fingerprint sensors. works like a charm
Unfortunately it didn't fix everything for me. I got my SP3 in a funny state. It is booting OK but the store and store apps will not run. They are greyed out in the Start menu, and attempting to run them says to check the store. It was like this before the firmware update as well. The bad patch shows 3 times in my installed updates (2 unsuccessful, one waiting for restart). I'm hoping the next preview build will fix it, otherwise I'll need to reset the OS. I've tried restoring the OS but it gets hung.
Your issue is OS related and a firmware fix probably won't help.
Have you tried any of these steps?
Admin powershell:
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }
This reregisters your "windows store" apps.
-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-
Admin command prompt:
sfc /scannow
Dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
These 3 check the OS.
If you're using the insider version, you have to download and mount the CD image tho and use a variant of this command instead of restore health.... (Change drive letters, etc)
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:I:\Sources\Install.wim:1 /LimitAccess