Forum Discussion
dlnewman70
Feb 21, 2022Copper Contributor
Windows 11 Microsoft Store Apps Not Loading in Microsoft Store nor can be installed
I have tried nearly every solution online for reinstalling, resetting, and fixing this issue, but I have yet to be able to solve. While opening the Microsoft Store, it hangs and will not connect. Thr...
KapilArya
Feb 23, 2022MVP
Hello,
Try re-registering Store app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell.
Let us know if issue still persists!
Try re-registering Store app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell.
Let us know if issue still persists!
- srath2552Sep 09, 2024Copper ContributorI have tried this same fix on a system JUST returned from repair from Microsoft and have had no success. I need to install an app from the store asap. What else can be done to fix this, I have attempted options through the APP Settings as wel.
- dlnewman70Feb 23, 2022Copper ContributorUnfortunately, no luck. I continue to get "Page cannot be loaded" error.