How do properly add “Open Cmder” Here in the windows context menu? The 2019 Stack Overflow...
how can a perfect fourth interval be considered either consonant or dissonant?
Derivation tree not rendering
Can a novice safely splice in wire to lengthen 5V charging cable?
Sort a list of pairs representing an acyclic, partial automorphism
Does Parliament hold absolute power in the UK?
How can I define good in a religion that claims no moral authority?
Problems with Ubuntu mount /tmp
Would an alien lifeform be able to achieve space travel if lacking in vision?
Why did all the guest students take carriages to the Yule Ball?
Was credit for the black hole image misattributed?
How to stretch delimiters to envolve matrices inside of a kbordermatrix?
Did the new image of black hole confirm the general theory of relativity?
How to delete random line from file using Unix command?
Difference between "generating set" and free product?
Do working physicists consider Newtonian mechanics to be "falsified"?
Can the DM override racial traits?
Match Roman Numerals
Why's the Graph of this Function so Wonky?
Mortgage adviser recommends a longer term than necessary combined with overpayments
What information about me do stores get via my credit card?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
He got a vote 80% that of Emmanuel Macron’s
Who or what is the being for whom Being is a question for Heidegger?
The variadic template constructor of my class cannot modify my class members, why is that so?
How do properly add “Open Cmder” Here in the windows context menu?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Which special variables are available when writing a shell command for a context menuRegistry setting to add underline in context menu for keyboard navigationhelp Add Any Application Shortcut in Desktop Context MenuHow to Add a Context Menu in Windows 7 Library FoldersSmartgit and Windows 8.1 - Context menu integration not workingHow do I configure environment variables in cmder?Run a .bat file with CMDERHow can I add a context menu extension for the root directory?Restore Missing “New” or “New Folder” Option in Desktop and Explorer Context Menu in Windows 7How to “Open CMD Here as Administrator” in right-click menu, with no elevation prompt. Without changing UAC rulesadd a scan with ClamAv option to the context menu
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I installed Cmder with the chocolatey: https://chocolatey.org/packages/Cmder
and I would like to have a shortcut in my context menu to open cmder in the current directory. I followed [the official wiki]:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""%CMDER_ROOT%\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=""%CMDER_ROOT%\Cmder.exe" /START "%v""
(https://github.com/cmderdev/cmder/wiki/Context-menu-integration) but even though the icon to start Cmder does show up in the context menu, it however throws an error in a message box saying:
Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item.
The path of the Cmder executable is in: C:toolsCmderCmder.exe
The environment variable seems to be fine (been set with setx CMDER_ROOT "C:toolsCmder"
):
echo %cmder_root%
C:toolsCmder
I can't really figure out what's wrong here, any idea?
windows windows-registry context-menu cmder
add a comment |
I installed Cmder with the chocolatey: https://chocolatey.org/packages/Cmder
and I would like to have a shortcut in my context menu to open cmder in the current directory. I followed [the official wiki]:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""%CMDER_ROOT%\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=""%CMDER_ROOT%\Cmder.exe" /START "%v""
(https://github.com/cmderdev/cmder/wiki/Context-menu-integration) but even though the icon to start Cmder does show up in the context menu, it however throws an error in a message box saying:
Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item.
The path of the Cmder executable is in: C:toolsCmderCmder.exe
The environment variable seems to be fine (been set with setx CMDER_ROOT "C:toolsCmder"
):
echo %cmder_root%
C:toolsCmder
I can't really figure out what's wrong here, any idea?
windows windows-registry context-menu cmder
Take ownership of the cmder folder and it's subdirectories.
– JohnnyVegas
yesterday
You have not definedCMDER_ROOT
variable in OS. Replace it with real path
– Maximus
yesterday
@Maximus: I have:echo %CMDER_ROOT%
=>C:toolsCmder
.
– Ehouarn Perret
11 hours ago
add a comment |
I installed Cmder with the chocolatey: https://chocolatey.org/packages/Cmder
and I would like to have a shortcut in my context menu to open cmder in the current directory. I followed [the official wiki]:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""%CMDER_ROOT%\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=""%CMDER_ROOT%\Cmder.exe" /START "%v""
(https://github.com/cmderdev/cmder/wiki/Context-menu-integration) but even though the icon to start Cmder does show up in the context menu, it however throws an error in a message box saying:
Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item.
The path of the Cmder executable is in: C:toolsCmderCmder.exe
The environment variable seems to be fine (been set with setx CMDER_ROOT "C:toolsCmder"
):
echo %cmder_root%
C:toolsCmder
I can't really figure out what's wrong here, any idea?
windows windows-registry context-menu cmder
I installed Cmder with the chocolatey: https://chocolatey.org/packages/Cmder
and I would like to have a shortcut in my context menu to open cmder in the current directory. I followed [the official wiki]:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""%CMDER_ROOT%\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=""%CMDER_ROOT%\Cmder.exe" /START "%v""
(https://github.com/cmderdev/cmder/wiki/Context-menu-integration) but even though the icon to start Cmder does show up in the context menu, it however throws an error in a message box saying:
Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item.
The path of the Cmder executable is in: C:toolsCmderCmder.exe
The environment variable seems to be fine (been set with setx CMDER_ROOT "C:toolsCmder"
):
echo %cmder_root%
C:toolsCmder
I can't really figure out what's wrong here, any idea?
windows windows-registry context-menu cmder
windows windows-registry context-menu cmder
edited 11 hours ago
Ehouarn Perret
asked yesterday
Ehouarn PerretEhouarn Perret
1338
1338
Take ownership of the cmder folder and it's subdirectories.
– JohnnyVegas
yesterday
You have not definedCMDER_ROOT
variable in OS. Replace it with real path
– Maximus
yesterday
@Maximus: I have:echo %CMDER_ROOT%
=>C:toolsCmder
.
– Ehouarn Perret
11 hours ago
add a comment |
Take ownership of the cmder folder and it's subdirectories.
– JohnnyVegas
yesterday
You have not definedCMDER_ROOT
variable in OS. Replace it with real path
– Maximus
yesterday
@Maximus: I have:echo %CMDER_ROOT%
=>C:toolsCmder
.
– Ehouarn Perret
11 hours ago
Take ownership of the cmder folder and it's subdirectories.
– JohnnyVegas
yesterday
Take ownership of the cmder folder and it's subdirectories.
– JohnnyVegas
yesterday
You have not defined
CMDER_ROOT
variable in OS. Replace it with real path– Maximus
yesterday
You have not defined
CMDER_ROOT
variable in OS. Replace it with real path– Maximus
yesterday
@Maximus: I have:
echo %CMDER_ROOT%
=> C:toolsCmder
.– Ehouarn Perret
11 hours ago
@Maximus: I have:
echo %CMDER_ROOT%
=> C:toolsCmder
.– Ehouarn Perret
11 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Use this REG file instead:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,
00,54,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,63,00,6d,00,64,00,
65,00,72,00,2e,00,69,00,63,00,6f,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,00,54,
00,25,00,5c,00,43,00,6d,00,64,00,65,00,72,00,2e,00,65,00,78,00,65,00,22,00,
20,00,2f,00,53,00,54,00,41,00,52,00,54,00,20,00,22,00,25,00,76,00,22,00,00,
00
why does this work?
– Ehouarn Perret
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
add a comment |
If you do not want to use environment variable use this as registry file or batch file.
Let assume Cmder installation path is C:MyFiles
. Change that path as your setup.
- Registry file (.reg):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""C:\MyFiles\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@="C:\MyFiles\cmder.exe /START "%v""
- Batch file (.bat):
reg add "HKCRDirectoryBackgroundshellCmder" /ve /d "Open Cmder Here"
reg add "HKCRDirectoryBackgroundshellCmder" /v "Icon" /d "C:MyFilesiconscmder.ico,0"
reg add "HKCRDirectoryBackgroundshellCmdercommand" /ve /d "C:MyFilescmder.exe /START "%v""
Command Options:
reg add
command:
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f] [/reg:32 | /reg:64]
/v The value name, under the selected Key, to add.
/ve adds an empty value name (Default) for the key.
/t If omitted, REG_SZ is assumed.
/d The data to assign to the registry ValueName being added.
Cmder option:
/START [start_path] Folder path to start in.
Shortcut option:
%v For verbs that are none implies all. If there is no parameter passed this is the working directory.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424580%2fhow-do-properly-add-open-cmder-here-in-the-windows-context-menu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use this REG file instead:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,
00,54,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,63,00,6d,00,64,00,
65,00,72,00,2e,00,69,00,63,00,6f,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,00,54,
00,25,00,5c,00,43,00,6d,00,64,00,65,00,72,00,2e,00,65,00,78,00,65,00,22,00,
20,00,2f,00,53,00,54,00,41,00,52,00,54,00,20,00,22,00,25,00,76,00,22,00,00,
00
why does this work?
– Ehouarn Perret
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
add a comment |
Use this REG file instead:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,
00,54,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,63,00,6d,00,64,00,
65,00,72,00,2e,00,69,00,63,00,6f,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,00,54,
00,25,00,5c,00,43,00,6d,00,64,00,65,00,72,00,2e,00,65,00,78,00,65,00,22,00,
20,00,2f,00,53,00,54,00,41,00,52,00,54,00,20,00,22,00,25,00,76,00,22,00,00,
00
why does this work?
– Ehouarn Perret
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
add a comment |
Use this REG file instead:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,
00,54,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,63,00,6d,00,64,00,
65,00,72,00,2e,00,69,00,63,00,6f,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,00,54,
00,25,00,5c,00,43,00,6d,00,64,00,65,00,72,00,2e,00,65,00,78,00,65,00,22,00,
20,00,2f,00,53,00,54,00,41,00,52,00,54,00,20,00,22,00,25,00,76,00,22,00,00,
00
Use this REG file instead:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,
00,54,00,25,00,5c,00,69,00,63,00,6f,00,6e,00,73,00,5c,00,63,00,6d,00,64,00,
65,00,72,00,2e,00,69,00,63,00,6f,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@=hex(2):22,00,25,00,43,00,4d,00,44,00,45,00,52,00,5f,00,52,00,4f,00,4f,00,54,
00,25,00,5c,00,43,00,6d,00,64,00,65,00,72,00,2e,00,65,00,78,00,65,00,22,00,
20,00,2f,00,53,00,54,00,41,00,52,00,54,00,20,00,22,00,25,00,76,00,22,00,00,
00
answered 10 hours ago
w32shw32sh
7,60622434
7,60622434
why does this work?
– Ehouarn Perret
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
add a comment |
why does this work?
– Ehouarn Perret
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
why does this work?
– Ehouarn Perret
10 hours ago
why does this work?
– Ehouarn Perret
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
Coz it's of type REG_EXPAND_SZ
– w32sh
10 hours ago
add a comment |
If you do not want to use environment variable use this as registry file or batch file.
Let assume Cmder installation path is C:MyFiles
. Change that path as your setup.
- Registry file (.reg):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""C:\MyFiles\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@="C:\MyFiles\cmder.exe /START "%v""
- Batch file (.bat):
reg add "HKCRDirectoryBackgroundshellCmder" /ve /d "Open Cmder Here"
reg add "HKCRDirectoryBackgroundshellCmder" /v "Icon" /d "C:MyFilesiconscmder.ico,0"
reg add "HKCRDirectoryBackgroundshellCmdercommand" /ve /d "C:MyFilescmder.exe /START "%v""
Command Options:
reg add
command:
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f] [/reg:32 | /reg:64]
/v The value name, under the selected Key, to add.
/ve adds an empty value name (Default) for the key.
/t If omitted, REG_SZ is assumed.
/d The data to assign to the registry ValueName being added.
Cmder option:
/START [start_path] Folder path to start in.
Shortcut option:
%v For verbs that are none implies all. If there is no parameter passed this is the working directory.
add a comment |
If you do not want to use environment variable use this as registry file or batch file.
Let assume Cmder installation path is C:MyFiles
. Change that path as your setup.
- Registry file (.reg):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""C:\MyFiles\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@="C:\MyFiles\cmder.exe /START "%v""
- Batch file (.bat):
reg add "HKCRDirectoryBackgroundshellCmder" /ve /d "Open Cmder Here"
reg add "HKCRDirectoryBackgroundshellCmder" /v "Icon" /d "C:MyFilesiconscmder.ico,0"
reg add "HKCRDirectoryBackgroundshellCmdercommand" /ve /d "C:MyFilescmder.exe /START "%v""
Command Options:
reg add
command:
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f] [/reg:32 | /reg:64]
/v The value name, under the selected Key, to add.
/ve adds an empty value name (Default) for the key.
/t If omitted, REG_SZ is assumed.
/d The data to assign to the registry ValueName being added.
Cmder option:
/START [start_path] Folder path to start in.
Shortcut option:
%v For verbs that are none implies all. If there is no parameter passed this is the working directory.
add a comment |
If you do not want to use environment variable use this as registry file or batch file.
Let assume Cmder installation path is C:MyFiles
. Change that path as your setup.
- Registry file (.reg):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""C:\MyFiles\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@="C:\MyFiles\cmder.exe /START "%v""
- Batch file (.bat):
reg add "HKCRDirectoryBackgroundshellCmder" /ve /d "Open Cmder Here"
reg add "HKCRDirectoryBackgroundshellCmder" /v "Icon" /d "C:MyFilesiconscmder.ico,0"
reg add "HKCRDirectoryBackgroundshellCmdercommand" /ve /d "C:MyFilescmder.exe /START "%v""
Command Options:
reg add
command:
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f] [/reg:32 | /reg:64]
/v The value name, under the selected Key, to add.
/ve adds an empty value name (Default) for the key.
/t If omitted, REG_SZ is assumed.
/d The data to assign to the registry ValueName being added.
Cmder option:
/START [start_path] Folder path to start in.
Shortcut option:
%v For verbs that are none implies all. If there is no parameter passed this is the working directory.
If you do not want to use environment variable use this as registry file or batch file.
Let assume Cmder installation path is C:MyFiles
. Change that path as your setup.
- Registry file (.reg):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmder]
@="Open Cmder Here"
"Icon"=""C:\MyFiles\icons\cmder.ico",0"
[HKEY_CLASSES_ROOTDirectoryBackgroundshellCmdercommand]
@="C:\MyFiles\cmder.exe /START "%v""
- Batch file (.bat):
reg add "HKCRDirectoryBackgroundshellCmder" /ve /d "Open Cmder Here"
reg add "HKCRDirectoryBackgroundshellCmder" /v "Icon" /d "C:MyFilesiconscmder.ico,0"
reg add "HKCRDirectoryBackgroundshellCmdercommand" /ve /d "C:MyFilescmder.exe /START "%v""
Command Options:
reg add
command:
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f] [/reg:32 | /reg:64]
/v The value name, under the selected Key, to add.
/ve adds an empty value name (Default) for the key.
/t If omitted, REG_SZ is assumed.
/d The data to assign to the registry ValueName being added.
Cmder option:
/START [start_path] Folder path to start in.
Shortcut option:
%v For verbs that are none implies all. If there is no parameter passed this is the working directory.
answered 9 hours ago
BiswapriyoBiswapriyo
3,45641444
3,45641444
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424580%2fhow-do-properly-add-open-cmder-here-in-the-windows-context-menu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Take ownership of the cmder folder and it's subdirectories.
– JohnnyVegas
yesterday
You have not defined
CMDER_ROOT
variable in OS. Replace it with real path– Maximus
yesterday
@Maximus: I have:
echo %CMDER_ROOT%
=>C:toolsCmder
.– Ehouarn Perret
11 hours ago