Created
December 21, 2019 11:51
-
-
Save benoitpetit/a7362b08a486888bdb4a258acf100f62 to your computer and use it in GitHub Desktop.
Adding Cmder to the Windows Explorer Context Menu
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\Background\shell\cmder] | |
[-HKEY_CLASSES_ROOT\Directory\shell\cmder] |
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\Background\shell\cmder] | |
@="Ouvrir avec Cmder" | |
"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] | |
@="Ouvrir avec Cmder" | |
"Icon"="C:\\cmder\\Cmder.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\shell\cmder\command] | |
@="\"C:\\cmder\\Cmder.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment