From ac2b5d52a0777cce443f8f4961b786cb155b5db2 Mon Sep 17 00:00:00 2001 From: Omar <90123670+mewclouds@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:37:51 -0400 Subject: [PATCH] chore: remove fullscreen optimizations tweak --- config/tweaks.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index cd2d35c8b3..3edd781ef5 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.",