Last active
February 7, 2018 14:15
-
-
Save kalvn/06b90a0437933a61cb8431e899e044de to your computer and use it in GitHub Desktop.
Adds "Open Cmder here" to the context menu.
This file contains 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"="C:\\tools\\cmder\\Cmder.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command] | |
@="\"C:\\tools\\cmder\\Cmder.exe\" \"%V\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\Cmder] | |
@="Open Cmder Here" | |
"Icon"="C:\\tools\\cmder\\Cmder.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\shell\Cmder\command] | |
@="\"C:\\tools\\cmder\\Cmder.exe\" \"%1\"" |
This file contains 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] | |
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment