Xbox Game Pass Games Not Launching Error Code 0xc0ea0001 On Windows 11/10 PC FIX
You see the following error code 0xc0ea0001, when you try to launch a game on a Windows 11 or Windows 10 device. This can mean that there’s a potential service outage or an issue with the license manager on your device. so follow the instructions of this video to learn how to resolve this Xbox app issue.
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"}
Link for Windows 11: https://www.microsoft.com/en-us/software-download/windows11
Link for Windows 10: https://www.microsoft.com/en-us/software-download/windows10