The only way to download applications for your computer is through Windows Sore. But if Windows Sore is not working, Uthe universal app won’t be available either, so we have prepared a few solutions for you if you have any problems with Windows Store after upgrading to Windows 10.
Error Windows Store cannot open
If you click on the App Store icon in Taskbar here, either.
If you click on the App Store in the Start Menu
What you’d expect to see is:
But if you’re having an App Store issue, you’ll probably have to see the dial for hours.
How to fix
Fortunately, once again, PowerShell is our hero.
First, right-click on the Start Menu icon and select Command Prompt (Admin)
(You can type + X to open the context window.)
In the Command Prompt (Admin) window, type or copy and paste the following text:
PowerShell -ExecutionPolicy Unrestricted -Command “& {$ manifest = (Get-AppxPackage Microsoft.WindowsStore) .InstallLocation + ‘ AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest} ”
It should look like this:
Once the command finishes, you should be able to open the Windows Store app and download the + Games app to your computer.