This article covers how to resolve a fairly common issue with Xbox Game Pass on PC. This issue has a few different causes, unfortunately. Thankfully we have a step-by-step guide that hopefully will help you out!
We start with a few sanity checks. Rebooting your PC as a minimum certainly is advised as this has resolved many an issue with Xbox Game Pass for me.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
It takes a few minutes sometimes and will throw some errors on packages that do not have a file ” AppXManifest.xml” in their InstallLocation but that’s expected. It’s worked consistently and not caused me any trouble. If you don’t want to blindly trust a random PowerShell script feel free to have a read of the Microsoft Documentation on the various commands:
It gets all installed AppX packages, iterates over them, and attempts to re-register them the flags for Add-AppxPackage are a bit awkwardly named. I didn’t write this script and was unfortunately unable to find the source to credit it. If you wrote this handy one-liner please let me know and I’ll credit + link to the original posting! Whomever you are thank you, it’s been a great help(I’ve used it 4 or 5 times at least)!
This is how I personally resolved this issue whilst trying to play Halo Infinite, Minecraft Dungeons, The Riftbreaker, and Breathedge. With any luck, these steps have helped you too! If it has please by all means come back at some point and have a read of some of our articles.