Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Forked from jojobyte/ContextCmder-Disable.reg
Last active March 8, 2022 16:33
Show Gist options
  • Save MichalZalecki/a369f06f8ce6bc83b35d to your computer and use it in GitHub Desktop.
Save MichalZalecki/a369f06f8ce6bc83b35d to your computer and use it in GitHub Desktop.
Open Cmder Here
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]
@="Open Cmder Here"
"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]
@="Open Cmder Here"
"Icon"="C:\\cmder\\Cmder.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Cmder\command]
@="\"C:\\cmder\\Cmder.exe\" \"%1\""
@zancos
Copy link

zancos commented Aug 21, 2018

When trying open on any root unit like C:\ or D:\ it is not working:

Unrecognized parameter.
Valid options:
   /c [CMDER User.....

@pkushal
Copy link

pkushal commented Sep 19, 2018

This is noice.

@deluksic
Copy link

Thank you for this!

@aianau
Copy link

aianau commented Dec 31, 2018

When trying open on any root unit like C:\ or D:\ it is not working:

Unrecognized parameter.
Valid options:
   /c [CMDER User.....

Reinstall cmder and then try again. Watch where you specify the path of the cmder.exe and for the ico put the cmder.ico from "icons" folder.

@faisalantu
Copy link

Thanks

@vdonchev
Copy link

Seems to be not working for the current latest build of Cmder cmder-1.3.11
Works OK with cmder-1.3.5 for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment