Skip to content

Instantly share code, notes, and snippets.

@Sargeanthost
Created March 23, 2021 15:19
Show Gist options
  • Save Sargeanthost/3a4198dcb346f2bbfb93154efc6c23ed to your computer and use it in GitHub Desktop.
Save Sargeanthost/3a4198dcb346f2bbfb93154efc6c23ed to your computer and use it in GitHub Desktop.
Removes the Xbox game-bar overlay
Get-AppxPackage -AllUsers Microsoft.XboxGamingOverlay | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment