Windows CMD.exe “The system cannot find the path specified.”

前端 未结 3 2194
时光取名叫无心
时光取名叫无心 2020-12-01 14:32

Solved by restoring Windows to previous state

The message (The system cannot find the path specified.) shows...

1) When i open new CMD (Win+R => cmd). It

3条回答
  •  旧巷少年郎
    2020-12-01 15:16

    The problem is that some program has been set to autorun when you run cmd.exe. In my case it was ANSICON that was installed... and then I moved the file without properly uninstalling.

    I found a solution in this blog post:

    http://carol-nichols.com/2011/03/17/the-system-cannot-find-the-path-specified/

    The short version is to find

    HKCU\Software\Microsoft\Command Processor\AutoRun

    and clear the value.

提交回复
热议问题