-
-
Save BitWizCoder-ol/0280a3a1702847987d44cd979c98b846 to your computer and use it in GitHub Desktop.
Revisions
-
hamzahamidi revised this gist
Oct 20, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # "Open Cmder Here" in context menu ## Edit 04/2021: As of the lastest versions, just execute the following command `.\cmder.exe /REGISTER ALL` per [Documentation](https://github.com/cmderdev/cmder#cmderexe-command-line-arguments). ## Original Solution To add an entry in the Windows Explorer context menu to open Cmder -
hamzahamidi revised this gist
Oct 20, 2021 . 1 changed file with 8 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,9 @@ # "Open Cmder Here" in context menu ## Edit 04/2021: As of the lastest versions just Execute the following command `.\cmder.exe /REGISTER ALL` per [Documentation](https://github.com/cmderdev/cmder#cmderexe-command-line-arguments) ## Original Solution 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. @@ -18,4 +23,5 @@ Then add the Environment variable `CMDER_ROOT` to point to the path of your inst **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.** -
hamzahamidi revised this gist
Jan 7, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,4 @@ Then add the Environment variable `CMDER_ROOT` to point to the path of your inst **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.** -
hamzahamidi renamed this gist
Jan 7, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hamzahamidi created this gist
Jan 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.  **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.