mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
* added frontmatter to widget.md * update more pages * updated copyright to automatically pull the year
21 lines
550 B
Markdown
21 lines
550 B
Markdown
---
|
|
title: "Remove Xbox & Gaming Components"
|
|
description: ""
|
|
---
|
|
|
|
```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"
|
|
],
|
|
```
|