mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
20 lines
592 B
Markdown
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"
|
|
],
|
|
```
|