Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Last active September 23, 2020 18:00
Show Gist options
  • Select an option

  • Save sidneyspe/db89cb78e7dad4b57ee57be15bfac32d to your computer and use it in GitHub Desktop.

Select an option

Save sidneyspe/db89cb78e7dad4b57ee57be15bfac32d 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]
@="Open Cmder Here"
"Icon"="\"%CMDER_ROOT%\\icons\\cmder.ico\",0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder\command]
@="\"%CMDER_ROOT%\\Cmder.exe\" /START \"%v\""
@sidneyspe
Copy link
Copy Markdown
Author

Then add the Environment variable CMDER_ROOT to point to the path of your installation.

Execute

.\cmder.exe /REGISTER ALL

If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.

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