Files
winutil/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md
2026-02-18 12:37:09 -06:00

20 lines
592 B
Markdown

---
title: "Remove Xbox & Gaming Components"
description: ""
---
```json {filename="config/tweaks.json",linenos=inline,linenostart=1633}
"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",
"appx": [
"Microsoft.XboxIdentityProvider",
"Microsoft.XboxSpeechToTextOverlay",
"Microsoft.GamingApp",
"Microsoft.Xbox.TCUI",
"Microsoft.XboxGamingOverlay"
],
```