Skip to content

Commit

Permalink
ep_taskbar: Enable Win+X
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Oct 16, 2024
1 parent eb1f1ec commit 2bd6240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -10655,8 +10655,9 @@ DWORD Inject(BOOL bIsExplorer)
{
VnPatchIAT(hMyTaskbar, "user32.dll", "DeleteMenu", explorer_DeleteMenu);
VnPatchIAT(hMyTaskbar, "user32.dll", "LoadMenuW", explorer_LoadMenuW);
VnPatchIAT(hMyTaskbar, "user32.dll", "SendMessageW", explorer_SendMessageW);
VnPatchIAT(hMyTaskbar, "user32.dll", "SetRect", explorer_SetRect);
VnPatchIAT(hMyTaskbar, "user32.dll", "TrackPopupMenuEx", explorer_TrackPopupMenuExHook);
VnPatchIAT(hMyTaskbar, "API-MS-WIN-NTUSER-RECTANGLE-L1-1-0.DLL", "SetRect", explorer_SetRect);
}

HANDLE hCombase = LoadLibraryW(L"combase.dll");
Expand Down

0 comments on commit 2bd6240

Please sign in to comment.