Skip to content

Instantly share code, notes, and snippets.

@benoitpetit
Created December 21, 2019 11:51
Show Gist options
  • Save benoitpetit/a7362b08a486888bdb4a258acf100f62 to your computer and use it in GitHub Desktop.
Save benoitpetit/a7362b08a486888bdb4a258acf100f62 to your computer and use it in GitHub Desktop.
Adding Cmder to the Windows Explorer Context Menu
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]
@="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