Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Taskbar11: Option to use the stock taskbar context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Nov 17, 2022
1 parent 53fad19 commit 451db3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,8 @@ LRESULT CALLBACK Shell_TrayWndMouseProc(
_In_ LPARAM lParam
)
{
if (!bOldTaskbar &&
if (!bOldTaskbar &&
!bNoPropertiesInContextMenu &&
nCode == HC_ACTION &&
wParam == WM_RBUTTONUP &&
IsPointOnEmptyAreaOfNewTaskbar(((MOUSEHOOKSTRUCT*)lParam)->pt)
Expand Down
2 changes: 1 addition & 1 deletion ExplorerPatcher/settings.reg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ExplorerPatcher/settings10.reg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 451db3c

Please sign in to comment.