Last active
August 29, 2015 14:24
-
-
Save dealloc/230a4f0431ccc03d24fe to your computer and use it in GitHub Desktop.
handy cmder 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\open with Cmder] | |
"Icon"="C:\\Program Files (x86)\\cmder\\Cmder.exe" | |
[HKEY_CLASSES_ROOT\directory\background\shell\open with Cmder\command] | |
@="\"C:\\Program Files (x86)\\cmder\\Cmder.exe\" /START \"%V\"" | |
[HKEY_CLASSES_ROOT\directory\shell\open with Cmder] | |
"Icon"="C:\\Program Files (x86)\\cmder\\Cmder.exe" | |
[HKEY_CLASSES_ROOT\directory\shell\open with Cmder\command] | |
@="\"C:\\Program Files (x86)\\cmder\\Cmder.exe\" /START \"%V\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment