How to Fix Windows Store Windows 10
How to Fix Windows Store Windows 10
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
http://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}"