As of the lastest versions, just execute the following command .\cmder.exe /REGISTER ALL
per Documentation.
To add an entry in the Windows Explorer context menu to open Cmder
in a specific directory, paste this into a OpenCmderHere.reg
file
and double-click to install it.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
@="Open Cmder Here"
"Icon"="\"%CMDER_ROOT%\\icons\\cmder.ico\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"%CMDER_ROOT%\\Cmder.exe\" /START \"%v\""
Then add the Environment variable CMDER_ROOT
to point to the path of your installation.
After adding this, a restart of the explorer might be required to make it work.
Execute .\cmder.exe /REGISTER ALL If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.
Can you modify it to also be displayed and work when you right click on non-opened folder instead of on the explorer panel background?
I mean like this (see the open in terminal and git gui, when a folder is selected from the list, but open in Cmder is missing)
Right clicking on the panel background of the explorer window, when inside a opened folder works as expected: