Cmd need to be reset

2

I have played around with ConEmu

But something has happened when is started C:\Windows\System32\cmd.exe it says:

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. 

Cannot find path specified
C:\Users\Lucas>

Can anybody help me?

Lucas Szaron

Posted 2013-10-09T21:11:22.747

Reputation: 35

It seems that you do not supply enough details. For example how do you start ConEmu (with which parameters)? – pabouk – 2013-10-09T22:38:38.230

I don't start conemu, i start the cmd Console. – Lucas Szaron – 2013-10-10T12:48:24.040

Answers

3

Looks like cmd was started normally, but some problem was occurred while cmd is processing your AutoRun command. Check your registry

[HKCU\Software\Microsoft\Command Processor]
"Autorun"=...
[HKLM\Software\Microsoft\Command Processor]
"Autorun"=...

I believe, one of this values contains some bad paths.

Maximus

Posted 2013-10-09T21:11:22.747

Reputation: 19 395

It was the problem, Autorun was located to far manager, but do i leave it blank or do i need to type something in? Ps i know i should not say this but thank you so very much you saved me. – Lucas Szaron – 2013-10-10T18:54:08.527

Very bad form, that someone (installer or you) was set AutoRun to such application as Far manager. You may delete this value or set it to empty string. Does not matter. – Maximus – 2013-10-10T19:14:05.260

0

Maybe the path doesn't exist or the emulator can't access that folder due to permission settings.

I assume the former is at fault. As such, try to run the program in admin mode.

For reference this is the project's webpage (ConEmu).

Looking through the project's FAQ a similar problem exists. Quoting both the question and the answer:

Q. After running the commands start, echo (and other cmd.exe commands) on 64-bit systems, an error similar to "File not found. Cannot execute. start" appears

A. This is most likely caused by the absence of ConEmuC64.exe and accompanying ConEmuHk64.dll, ConEmuCD64.dll.

Doktoro Reichard

Posted 2013-10-09T21:11:22.747

Reputation: 4 896

It is not the ConEmu i need help with, it is the real cmd window. Because everytime i start the command: CMD it says the copyright, the file can not be found and at last the output. – Lucas Szaron – 2013-10-10T18:47:56.953