- Start an Administrative Powershell window
- Run the command 'Get-AppxPackage | Select Name,PackageFullname' (This will list installed Metro apps displaying the Name and PackageFullname needed to uninstall)
- Locate the Xbox package (Microsoft.XboxApp)
- Copy the 'PackageFullname'
- Type 'Remove-AppXPackage <PackageFullname>' (replace <PackageFullname> with the text you copied from the list) and hit enter
No comments:
Post a Comment