mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Correlated EP defaults with clean Windows install defaults
This commit is contained in:
parent
ff326d66b5
commit
88c186f53c
@ -684,7 +684,7 @@ DWORD GetStartMenuPosition(FARPROC SHRegGetValueFromHKCUHKLMFunc)
|
||||
{
|
||||
DWORD dwSize = sizeof(DWORD);
|
||||
|
||||
DWORD dwTaskbarAl = 0;
|
||||
DWORD dwTaskbarAl = 1;
|
||||
if (!SHRegGetValueFromHKCUHKLMFunc || SHRegGetValueFromHKCUHKLMFunc(
|
||||
TEXT("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"),
|
||||
TEXT("TaskbarAl"),
|
||||
@ -694,7 +694,7 @@ DWORD GetStartMenuPosition(FARPROC SHRegGetValueFromHKCUHKLMFunc)
|
||||
(LPDWORD)(&dwSize)
|
||||
) != ERROR_SUCCESS)
|
||||
{
|
||||
dwTaskbarAl = 0;
|
||||
dwTaskbarAl = 1;
|
||||
}
|
||||
|
||||
return dwTaskbarAl;
|
||||
|
@ -68,7 +68,7 @@ DWORD bPropertiesInWinX = FALSE;
|
||||
DWORD bNoMenuAccelerator = FALSE;
|
||||
DWORD bTaskbarMonitorOverride = 0;
|
||||
DWORD dwIMEStyle = 0;
|
||||
DWORD dwTaskbarAl = 0;
|
||||
DWORD dwTaskbarAl = 1;
|
||||
DWORD bShowUpdateToast = FALSE;
|
||||
DWORD bToolbarSeparators = FALSE;
|
||||
HMODULE hModule = NULL;
|
||||
|
@ -37,10 +37,10 @@
|
||||
"TaskbarDa"=dword:00000000
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
|
||||
;b Show Search button
|
||||
"SearchboxTaskbarMode"=dword:00000000
|
||||
"SearchboxTaskbarMode"=dword:00000001
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||
;b Show Task view button
|
||||
"ShowTaskViewButton"=dword:00000000
|
||||
"ShowTaskViewButton"=dword:00000001
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People]
|
||||
;b Show People on the taskbar *
|
||||
"TaskbarMn"=dword:00000000
|
||||
|
Loading…
Reference in New Issue
Block a user