Files
winutil/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md
2026-03-11 16:30:50 -05:00

1.2 KiB

title, description
title description
Remove Xbox & Gaming Components
  "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",
    "registry": [
      {
        "Path": "KCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\GameDVR",
        "Name": "AppCaptureEnabled",
        "Value": "0",
        "Type": "DWord",
        "OriginalValue": "1"
      }
    ],
    "appx": [
      "Microsoft.XboxIdentityProvider",
      "Microsoft.XboxSpeechToTextOverlay",
      "Microsoft.GamingApp",
      "Microsoft.Xbox.TCUI",
      "Microsoft.XboxGamingOverlay"
    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft's Website.