Skip to content

Instantly share code, notes, and snippets.

@adeonir
Created May 23, 2016 17:54
Show Gist options
  • Save adeonir/5a2dcec920850b7731dd68605d5b1dee to your computer and use it in GitHub Desktop.
Save adeonir/5a2dcec920850b7731dd68605d5b1dee to your computer and use it in GitHub Desktop.
Enable Cmder right click on Windows
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
@="Open Cmder Here"
"Icon"="C:\\Users\\adeonir\\.cmder\\Cmder.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"C:\\Users\\adeonir\\.cmder\\Cmder.exe\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@="Open Cmder Here"
"Icon"="C:\\Users\\adeonir\\.cmder\\Cmder.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Cmder\command]
@="\"C:\\Users\\adeonir\\.cmder\\Cmder.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment