Created
October 7, 2023 04:13
-
-
Save Streek/2e61813111018744683a19c81da5fe5c to your computer and use it in GitHub Desktop.
Remove gaming services for xbox GP.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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