Skip to content

Instantly share code, notes, and snippets.

@hangxingliu
Created November 4, 2016 20:30
Show Gist options
  • Save hangxingliu/f96e93d24ce4dee4c21fb5282e79cd4b to your computer and use it in GitHub Desktop.
Save hangxingliu/f96e93d24ce4dee4c21fb5282e79cd4b to your computer and use it in GitHub Desktop.
Add launch Cmder here to right click menu
Windows Registry Editor Version 5.00
; Remember change cmder path to your cmder installation path (and path separation should be use \\ to instead of \)
; 记得修改安装路径
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
""="Cmder"
"Icon"="G:\\DevTools\\cmder\\Cmder.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
""="\"G:\\DevTools\\cmder\\Cmder.exe\" \"/START\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment