Browse Source

All: Disable setting `MinWidth` registry value

pull/1080/head
Valentin Radu 4 years ago
parent
commit
8454133623
  1. 2
      ExplorerPatcher/dllmain.c

2
ExplorerPatcher/dllmain.c

@ -9471,6 +9471,7 @@ DWORD Inject(BOOL bIsExplorer) @@ -9471,6 +9471,7 @@ DWORD Inject(BOOL bIsExplorer)
}
/*
if (IsWindows11())
{
DWORD dwSize = 0;
@ -9493,6 +9494,7 @@ DWORD Inject(BOOL bIsExplorer) @@ -9493,6 +9494,7 @@ DWORD Inject(BOOL bIsExplorer)
);
}
}
*/

Loading…
Cancel
Save