Created
October 6, 2018 21:22
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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