mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
* Update tweaks.json * Create XboxRemoval.md * Update tweaks.json * Update XboxRemoval.md * Update tweaks.json
18 lines
519 B
Markdown
18 lines
519 B
Markdown
# 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"
|
|
],
|
|
```
|