The family PC failed to load the Windows 10 Store so having done a bit of digging on the internet I found I had to combined multiple fixes to get it working. Hopefully this will help you if you have the same problem.
- Ensure the Date and Time are correct on your device
- Right Click the Windows icon
- Click Command Prompt (Admin)
- Either type or copy and paste the following text into the window
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
- Press Return
- Once complete (it may take a few minutes) if the window does not close, close it
- You now need to reset / clear the Windows Store cache. Open the Command Prompt (Admin) again and this time type:
wsreset.exe
- Press Return
- Again wait few minutes for it to complete and close the window
- Restart your PC
- Now try to load the Windows Store.
Leave a Reply