Skip to content

Instantly share code, notes, and snippets.

@ganobrega
Forked from jojobyte/ContextCmder-Disable.reg
Created October 13, 2020 12:03
Show Gist options
  • Save ganobrega/6dfb60d5a08ac5ebce66c33fde7bb91d to your computer and use it in GitHub Desktop.
Save ganobrega/6dfb60d5a08ac5ebce66c33fde7bb91d to your computer and use it in GitHub Desktop.
Cmder Context (Right-Click) Menu for Windows 7, 8 & 10
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:\\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\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment