Skip to content

Instantly share code, notes, and snippets.

@matiascarranza
Forked from jojobyte/ContextCmder-Disable.reg
Last active August 29, 2015 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiascarranza/956ebfdb72b6cf1498f3 to your computer and use it in GitHub Desktop.
Save matiascarranza/956ebfdb72b6cf1498f3 to your computer and use it in GitHub Desktop.
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\""
@matiascarranza
Copy link
Author

Cmder is a marvelous Command Prompt Replacement for windows, found at https://github.com/bliker/cmder

These files will either enable or disable context menus for it.

Make sure you replace C:\tools\cmder\Cmder.exe in the Enable file with your path to Cmder.exe

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