Skip to content

Instantly share code, notes, and snippets.

@scr2em
Created November 21, 2020 16:47
Show Gist options
  • Save scr2em/c96340fd3b92bc6b0173f9989a6c2e09 to your computer and use it in GitHub Desktop.
Save scr2em/c96340fd3b92bc6b0173f9989a6c2e09 to your computer and use it in GitHub Desktop.

Revisions

  1. scr2em created this gist Nov 21, 2020.
    21 changes: 21 additions & 0 deletions open-cmder-here.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    ### "Open Cmder Here" in context menu
    To add an entry in the Windows Explorer context menu to open Cmder
    in a specific directory, paste this into a `OpenCmderHere.reg` file
    and double-click to install it.
    ```
    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\""
    ```
    Then add the Environment variable `CMDER_ROOT` to point to the path of your installation.

    ![System Settings Environment Variable](http://i.imgur.com/SEEpqF1.png)

    **After adding this, a restart of the explorer might be required to make it work.**

    **Execute .\cmder.exe /REGISTER ALL If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.**