How to Uninstall Xbox App in Windows 10
The Xbox app it's a great program, but if you really want to remove it, here’s how it’s done.
1. In the Cortana search bar, search for Windows PowerShell.
2. Right click the correct result and select Run as administrator.
3. Type the following command to uninstall Xbox app, and then press Enter.
If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.
1. In the Cortana search bar, search for Windows PowerShell.
2. Right click the correct result and select Run as administrator.
3. Type the following command to uninstall Xbox app, and then press Enter.
Code:
Get-AppxPackage *xboxapp* | Remove-AppxPackage
If you get an error uninstalling, you’re either not running Windows PowerShell as an administrator, or you’ve incorrectly typed in the command from Step 3.