How to Fix Windows Store Windows 10: In this video I will show you how you can repair issue with your Windows Store. Just watch my video and I will show you how, all the command and info are posted below so you can follow a long.
Open command prompt as administrator and type wsreset.exe
Run the troubleshooter for Windows apps
https://support.microsoft.com/en-gb/instantanswers/69e76f90-d54c-44cf-9851-c2d1542790db/run-the-troubleshooter-for-windows-apps
Windows 8 Trobleshooter
https://go.microsoft.com/fwlink/p/?LinkId=268423
Type this in powershell
“& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
Type this is command prompt
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”