Last active
September 23, 2020 18:00
-
-
Save sidneyspe/db89cb78e7dad4b57ee57be15bfac32d to your computer and use it in GitHub Desktop.
Open Cmder here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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\"" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then add the Environment variable CMDER_ROOT to point to the path of your installation.
Execute
.\cmder.exe /REGISTER ALL
If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.