Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Forked from jojobyte/ContextCmder-Disable.reg
Last active March 8, 2022 16:33
Show Gist options
  • Save MichalZalecki/a369f06f8ce6bc83b35d to your computer and use it in GitHub Desktop.
Save MichalZalecki/a369f06f8ce6bc83b35d to your computer and use it in GitHub Desktop.
Open Cmder Here
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
@="Open Cmder Here"
"Icon"="C:\\cmder\\Cmder.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"C:\\cmder\\Cmder.exe\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@="Open Cmder Here"
"Icon"="C:\\cmder\\Cmder.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Cmder\command]
@="\"C:\\cmder\\Cmder.exe\" \"%1\""
@vdonchev
Copy link

Seems to be not working for the current latest build of Cmder cmder-1.3.11
Works OK with cmder-1.3.5 for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment