From d16ee0e9f11fc9b3fe4e70749cde0061d5100c24 Mon Sep 17 00:00:00 2001 From: Omar <90123670+mewclouds@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:46:34 -0400 Subject: [PATCH] chore: remove fullscreen optimizations tweak (#5000) --- config/tweaks.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index cd2d35c8..3edd781e 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1168,22 +1168,6 @@ ], "link": "https://winutil.christitus.com/code-reference/tweaks/z--advanced-tweaks---caution/disablebgapps" }, - "WPFTweaksDisableFSO": { - "Content": "Fullscreen Optimizations - Disable", - "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen.", - "category": "z__Advanced Tweaks - CAUTION", - "panel": "1", - "registry": [ - { - "Path": "HKCU:\\System\\GameConfigStore", - "Name": "GameDVR_DXGIHonorFSEWindowsCompatible", - "Value": "1", - "Type": "DWord", - "OriginalValue": "0" - } - ], - "link": "https://winutil.christitus.com/code-reference/tweaks/z--advanced-tweaks---caution/disablefso" - }, "WPFTweaksDisableExplorerAutoDiscovery": { "Content": "File Explorer Automatic Folder Discovery - Disable", "Description": "Windows Explorer automatically tries to guess the type of the folder based on its contents, slowing down the browsing experience. WARNING! Will disable File Explorer grouping.",