Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BitWizCoder-ol/dabd433224bcd3dcd27824d28bc9d7e0 to your computer and use it in GitHub Desktop.
Save BitWizCoder-ol/dabd433224bcd3dcd27824d28bc9d7e0 to your computer and use it in GitHub Desktop.

Revisions

  1. @jojobyte jojobyte revised this gist Jul 13, 2019. No changes.
  2. Jordan Hess created this gist Jul 11, 2014.
    4 changes: 4 additions & 0 deletions ContextCmder-Disable.reg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    Windows Registry Editor Version 5.00

    [-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
    [-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
    15 changes: 15 additions & 0 deletions ContextCmder-Enable.reg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    Windows Registry Editor Version 5.00

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

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

    [HKEY_CLASSES_ROOT\Directory\shell\Cmder]
    @="Open Cmder Here"
    "Icon"="C:\\tools\\cmder\\Cmder.exe,0"

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