Add xbox removal tweak (#4013)

* Update tweaks.json

* Create XboxRemoval.md

* Update tweaks.json

* Update XboxRemoval.md

* Update tweaks.json
This commit is contained in:
Gabi
2026-02-10 22:21:33 +02:00
committed by GitHub
parent 301059fd3f
commit 6708756574
2 changed files with 32 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
# Remove Xbox & Gaming Components
```json
"WPFTweaksXboxRemoval": {
"Content": "Remove Xbox & Gaming Components",
"Description": "Removes Xbox services, the Xbox app, Game Bar, and related authentication components.",
"category": "z__Advanced Tweaks - CAUTION",
"panel": "1",
"Order": "a028_",
"appx": [
"Microsoft.XboxIdentityProvider",
"Microsoft.XboxSpeechToTextOverlay",
"Microsoft.GamingApp",
"Microsoft.Xbox.TCUI",
"Microsoft.XboxGamingOverlay"
],
```