Fix: Reinstall Gaming Services
1. Open PowerShell as administrator
2. Run:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
3. Reinstall Gaming Services and restart your PC.
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"}
Gaming Services Repair Tool for PC
https://support.xbox.com/en-US/help/g...
》 CHAPTERS 《
00:00 Intro
00:17 Solution 1
00:55 Solution 2
01:40 Solution 3
03:15 Solution 4