diff --git a/config/tweaks.json b/config/tweaks.json index 52136807..7ff4b3fd 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1647,6 +1647,21 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/display" }, + "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" + ], + "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/xboxremoval" + }, "WPFTweaksDeBloat": { "Content": "Remove ALL MS Store Apps - NOT RECOMMENDED", "Description": "USE WITH CAUTION!!! This will remove ALL Microsoft store apps.", @@ -2065,51 +2080,6 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/deletetempfiles" }, - "WPFTweaksDVR": { - "Content": "Disable GameDVR", - "Description": "GameDVR is a Windows App that is a dependency for some Store Games. I've never met someone that likes it, but it's there for the XBOX crowd.", - "category": "z__Advanced Tweaks - CAUTION", - "panel": "1", - "Order": "a005_", - "registry": [ - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_FSEBehavior", - "Value": "2", - "OriginalValue": "1", - "Type": "DWord" - }, - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_Enabled", - "Value": "0", - "OriginalValue": "1", - "Type": "DWord" - }, - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_HonorUserFSEBehaviorMode", - "Value": "1", - "OriginalValue": "0", - "Type": "DWord" - }, - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_EFSEFeatureFlags", - "Value": "0", - "OriginalValue": "1", - "Type": "DWord" - }, - { - "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\GameDVR", - "Name": "AllowGameDVR", - "Value": "0", - "OriginalValue": "", - "Type": "DWord" - } - ], - "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/gamedvr" - }, "WPFTweaksIPv46": { "Content": "Prefer IPv4 over IPv6", "Description": "To set the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md new file mode 100644 index 00000000..3c147a1e --- /dev/null +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md @@ -0,0 +1,17 @@ +# 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" + ], +```