Browse Source

Taskbar11: Option to use the stock taskbar context menu

pull/1138/head
Valentin Radu 3 years ago
parent
commit
451db3c5b6
  1. 1
      ExplorerPatcher/dllmain.c
  2. 2
      ExplorerPatcher/settings.reg
  3. 2
      ExplorerPatcher/settings10.reg

1
ExplorerPatcher/dllmain.c

@ -2350,6 +2350,7 @@ LRESULT CALLBACK Shell_TrayWndMouseProc( @@ -2350,6 +2350,7 @@ LRESULT CALLBACK Shell_TrayWndMouseProc(
)
{
if (!bOldTaskbar &&
!bNoPropertiesInContextMenu &&
nCode == HC_ACTION &&
wParam == WM_RBUTTONUP &&
IsPointOnEmptyAreaOfNewTaskbar(((MOUSEHOOKSTRUCT*)lParam)->pt)

2
ExplorerPatcher/settings.reg

@ -725,7 +725,7 @@ @@ -725,7 +725,7 @@
;d Enable SysListView32 for Explorer views *
@=""
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
;b Hide the program settings item ("Properties") from the taskbar context menu
;b Do not change the taskbar context menu (e.g. do not display the "Properties" item)
"NoPropertiesInContextMenu"=dword:00000000
;b Enable symbols download *
"EnableSymbolDownload"=dword:00000001

2
ExplorerPatcher/settings10.reg

@ -560,7 +560,7 @@ @@ -560,7 +560,7 @@
;d Enable SysListView32 for Explorer views *
@=""
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
;b Hide the program settings item ("Properties") from the taskbar context menu
;b Do not change the taskbar context menu (e.g. do not display the "Properties" item)
"NoPropertiesInContextMenu"=dword:00000000
;b Enable symbols download *
"EnableSymbolDownload"=dword:00000001

Loading…
Cancel
Save