予而不语

给CMDER加右键SHIFT菜单

Enable

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
@="Open Cmder Here"
"Icon"="D:\\IDE\\cmder\\Cmder.exe,0"
"Extended"=""

[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"D:\\IDE\\cmder\\Cmder.exe\" \"%V\""

[HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@="Open Cmder Here"
"Icon"="D:\\IDE\\cmder\\Cmder.exe,0"
"Extended"=""

[HKEY_CLASSES_ROOT\Directory\shell\Cmder\command]
@="\"D:\\IDE\\cmder\\Cmder.exe\" \"%1\""

Disable

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]

Hint

Replace the path of cmder with your own.
Simply delete "Extended"="" if you don’t want to press SHIFT when right-clicking.