From 2635e4cee7ae9dd1b656db2b4ffc603ba1e470ef Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sat, 2 Oct 2021 23:14:05 +0300 Subject: [PATCH] Added option to change Start menu alignment --- ExplorerPatcher/GUI.h | 2 +- ExplorerPatcher/settings.reg | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ExplorerPatcher/GUI.h b/ExplorerPatcher/GUI.h index 34cb2bc..fc6207b 100644 --- a/ExplorerPatcher/GUI.h +++ b/ExplorerPatcher/GUI.h @@ -28,7 +28,7 @@ extern HMODULE hModule; #define GUI_POSITION_X CW_USEDEFAULT #define GUI_POSITION_Y CW_USEDEFAULT #define GUI_POSITION_WIDTH 467 -#define GUI_POSITION_HEIGHT 690 +#define GUI_POSITION_HEIGHT 716 #define GUI_WINDOWSWITCHER_THEME_CLASS "ControlPanelStyle" #define GUI_CAPTION_FONT_SIZE -22 #define GUI_TITLE_FONT_SIZE -12 diff --git a/ExplorerPatcher/settings.reg b/ExplorerPatcher/settings.reg index 6d806b5..24942bb 100644 --- a/ExplorerPatcher/settings.reg +++ b/ExplorerPatcher/settings.reg @@ -41,6 +41,11 @@ "MicaEffectOnTitlebar"=dword:00000000 ;T Start menu +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +;c 2 Location on screen * +;x 0 Left +;x 1 Center (default) +"TaskbarAl"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage] ;b Open Start to All apps by default "MakeAllAppsDefault"=dword:00000000