Xbox Game Pass PC App not working? Here are the Fixes

2 years ago
46.7K

Xbox Game Pass for PC is kind of awesome, offering a vast library of great games - from indies to new releases - for a reasonable monthly fee. But it also kind of sucks, because it's deeply embedded into Microsoft systems like UWP, WindowsApps and the Microsoft Store. All this stuff means the Xbox app can often crash or not work.

Here we'll show you how to fix the Xbox Game Pass app for PC when it doesn't work.

For more tech tips, how-tos, guides, app lists, game lists and all things tech, hit the "Subscribe" button or check out our other videos:

Or visit our website at: https://www.maketecheasier.com/

Timestamps 00:00
01:02 Xbox Game Pass Intro
03:20 Game Pass FIXES
07:13 Our List of Hidden Gem Game Titles for Xbox Game Pass!

Powershell commands: Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like ""*SystemApps*""} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register ""$($_.InstallLocation)\AppXManifest.xml""}
Get-AppXPackage | % {Add-AppxPackage -DisableDevelopmentMode -Register ""$($_.InstallLocation)\AppXManifest.xml"" -verbose}
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register ""$($_.InstallLocation)\AppXManifest.xml""}"

Loading comments...