Skip to content

Instantly share code, notes, and snippets.

@pezcode
Created October 6, 2018 21:22
Show Gist options
  • Save pezcode/9b1b2ebb154164ad2e0de01d58655757 to your computer and use it in GitHub Desktop.
Save pezcode/9b1b2ebb154164ad2e0de01d58655757 to your computer and use it in GitHub Desktop.
Open cmder [http://cmder.net] from the Windows Explorer right-click context menu. Save to .reg file, change path to your installation of cmder and double-click .reg file.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmder]
"Icon"="\"S:\\bin\\cmder\\icons\\cmder.ico\""
@="Open Cmder here"
[HKEY_CLASSES_ROOT\Directory\shell\cmder\command]
@="\"S:\\bin\\cmder\\cmder.exe\" \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder]
"Icon"="\"S:\\bin\\cmder\\icons\\cmder.ico\""
@="Open Cmder here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder\command]
@="\"S:\\bin\\cmder\\cmder.exe\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment