Skip to content

Instantly share code, notes, and snippets.

@Streek
Created October 7, 2023 04:13
Show Gist options
  • Save Streek/2e61813111018744683a19c81da5fe5c to your computer and use it in GitHub Desktop.
Save Streek/2e61813111018744683a19c81da5fe5c to your computer and use it in GitHub Desktop.
Remove gaming services for xbox GP.
Get-AppxPackage *gamingservices* -allusers | remove-appxpackage -allusers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment