rikka0w0 / ExplorerContextMenuTweaker

Restore the style of context menu in explorer window and open/save file dialog back to classic style (for 1809 and above)
36 stars 9 forks source link

File names #3

Open w64bit opened 5 years ago

w64bit commented 5 years ago

Is it possible to change the file names, in order to be arranged in System32 folder one next to the other? Like: ECMT_Main ECMT_ShellPayload

rikka0w0 commented 5 years ago

Yes, it is possible. The main dll file can be renamed to anything, the payload dll has to be "ShellPayload.dll", if you want to change it, you can change it in the code and recompile everything: https://github.com/rikka0w0/ExplorerContextMenuTweaker/blob/d289e3bbad1c156fb9730deda15ad54a98f17a11/MenuPatcher.cpp#L430