Skip to content

Instantly share code, notes, and snippets.

@aprius
Forked from hamzahamidi/open-cmder-here.md
Last active March 2, 2020 02:37
Show Gist options
  • Save aprius/6e62c55c8b4f62392b41290e23ac9065 to your computer and use it in GitHub Desktop.
Save aprius/6e62c55c8b4f62392b41290e23ac9065 to your computer and use it in GitHub Desktop.
"Open Cmder Here" in context menu

"Open Cmder Here" in context menu

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"="C:\\Program Files\\cmder\\Cmder.exe,0"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"C:\\Program Files\\cmder\\Cmder.exe\" \"%V\""

[HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@="Open Cmder Here"
"Icon"="C:\\Program Files\\cmder\\Cmder.exe,0"

[HKEY_CLASSES_ROOT\Directory\shell\Cmder\command]
@="\"C:\\Program Files\\cmder\\Cmder.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment