Skip to content

Instantly share code, notes, and snippets.

@swtornio
Created January 16, 2022 16:44
Show Gist options
  • Save swtornio/f0fca7a5ca1e00fd36f607d905426bd9 to your computer and use it in GitHub Desktop.
Save swtornio/f0fca7a5ca1e00fd36f607d905426bd9 to your computer and use it in GitHub Desktop.
Delete Xbox Apps from win10
PS C:\WINDOWS\system32> Get-AppxPackage -allusers XboxApp | Remove-AppxPackage
PS C:\WINDOWS\system32> Get-AppxPackage -allusers Microsoft.XboxGamingOverlay | Remove-AppxPackage
PS C:\WINDOWS\system32> Get-AppxPackage -allusers XboxApp | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment