Skip to content

Instantly share code, notes, and snippets.

@dealloc
Last active August 29, 2015 14:24
Show Gist options
  • Save dealloc/230a4f0431ccc03d24fe to your computer and use it in GitHub Desktop.
Save dealloc/230a4f0431ccc03d24fe to your computer and use it in GitHub Desktop.
handy cmder context menu
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