1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-20 20:41:26 +01:00

Start10: Fixed a bug in Windows 10 where the Start menu was centered by default

This commit is contained in:
Valentin Radu 2022-05-27 21:55:03 +03:00
parent a713d3964e
commit 434cdbdd46

View File

@ -10594,7 +10594,8 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
dwStartShowClassicMode = dwVal;
dwSize = sizeof(DWORD);
dwVal = 1;
if (IsWindows11()) dwVal = 1;
else dwVal = 0;
RegQueryValueExW(
hKey,
TEXT("TaskbarAl"),