Skip to content

Instantly share code, notes, and snippets.

@potoyalo
Created August 9, 2021 09:15
Show Gist options
  • Save potoyalo/7817d692b4d23a2e6c53a302bbe6c7b3 to your computer and use it in GitHub Desktop.
Save potoyalo/7817d692b4d23a2e6c53a302bbe6c7b3 to your computer and use it in GitHub Desktop.
Cmder in context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder]
@="Cmder Here"
"Icon"="\"C:\\Apps\\cmder\\cmder.exe\""
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmder\command]
@="\"C:\\Apps\\cmder\\cmder.exe\" /task cmd::Cmder"
[HKEY_CLASSES_ROOT\Directory\shell\cmder]
@="Cmder Here"
"Icon"="\"C:\\Apps\\cmder\\cmder.exe\""
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\shell\cmder\command]
@="\"C:\\Apps\\cmder\\cmder.exe\" /task cmd::Cmder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment