From 8454133623925a4208bab455dac390bd254bc3fe Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 13 Mar 2022 20:33:13 +0200 Subject: [PATCH] All: Disable setting `MinWidth` registry value --- ExplorerPatcher/dllmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 13ebf3f..d6e6df8 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -9471,6 +9471,7 @@ DWORD Inject(BOOL bIsExplorer) } + /* if (IsWindows11()) { DWORD dwSize = 0; @@ -9493,6 +9494,7 @@ DWORD Inject(BOOL bIsExplorer) ); } } + */