Windows

Fix Error We Can’t Open This ms-windows-store link On Windows 11/10



Fix Error We can’t open this ‘ms-windows-store’ link on Windows 11/10 PC
Step 1) Run these commands
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Step 2) Launch Xbox app and install store from it
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

Step 3) Run powershell command
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Restart your PC



source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button