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!
dlnewman70
Feb 23, 2022Copper Contributor
Unfortunately, no luck. I continue to get "Page cannot be loaded" error.