Fix Launching Games Keeps Opening Microsoft Store On Windows 11/10
Fix Opening Minecraft launcher/Roblox game keeps launching Microsoft Store On Windows 10/11
Step 1) Make sure you are logged with same account on Xbox App and Microsoft Store
Step 2) Run Windows Store Troubleshooter & Update Troubleshooter
Step 3) Update Windows
Step 4) Clear store cache Using wsreset command
Step 5) Get updates on Microsoft Store
Step 6) Repair/Reset Store app, also repair and reset the app/game which is opening Microsoft store
Step 7) Uninstall and reinstall gaming Services
Uninstall gaming service
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
Install Gaming service
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
Step 8) Run Powershell command to re-register store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 9) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 10) Minecraft Launcher player Uninstall & reinstall the game from website, try installing Windows 7/8 version
https://www.minecraft.net/en-us/download
Step 11) Update Windows 10 or 11 using media creation tool
https://www.microsoft.com/en-in/software-download/windows10
https://www.microsoft.com/en-in/software-download/windows11