Fix Error We Can't Open This ms-windows-store link On Windows 11/10
Channel:
Subscribers:
12,400
Published on ● Video Link: https://www.youtube.com/watch?v=HrQ4WqPFinI
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
https://www.xbox.com/en-US/apps/xbox-app-for-pc
Step 3) Run powershell command
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your PC
Other Videos By MenakaTechWorld
Tags:
Fix Error We can't open this 'ms-windows-store' link on Windows 11/10 PC