Xbox Games Pass Games Not Installing When Hit On Install Button On Xbox App/Microsoft Store PC FIX
Clicking Install on a Game Pass game and nothing happens? You're not alone. This issue in the Xbox app or Microsoft Store can stop you from installing ANY Game Pass games on your PC — even though you’re logged in and subscribed!
In this video, I’ll show you step-by-step how to fix Xbox Game Pass games not installing on Windows 10/11. This works for games stuck on “Install”, or if the button simply does nothing at all.
https://www.microsoft.com/en-us/software-download/windows11
Script 1:
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Script 2:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
》 CHAPTERS 《
00:00 Intro
00:23 Solution 1
01:23 Solution 2
01:57 Solution 3
03:27 Solution 4
06:06 Solution 5
08:11 Solution 6
11:10 Outro