Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
464 views
in Technique[技术] by (71.8m points)

cmd - What is the reason for the error message "System cannot find the path specified"?

I have folder run in folder system32. When I run cmd from within Total Commander opening a command prompt window with C:Usersadmin as current directory and want to go into that folder, the following error message is output:

System cannot find the path specified.

When I open cmd directly in folder run, it works perfect. Why?

The command prompt window on opening in C:WindowsSystem32 un:

C:WindowsSystem32
un>cd..

C:WindowsSystem32>cd run

C:WindowsSystem32
un>

The command prompt window on simply running cmd:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. V?etky práva vyhradené.

C:Usersadmin>cd..

C:Users>cd..

C:>cd windows

C:Windows>cd system32

C:WindowsSystem32>cd run
Systém nem??e nájst’ zadanú cestu.
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The following worked for me:

  1. Open the Registry Editor (press windows key, type regedit and hit Enter) .
  2. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftCommand ProcessorAutoRun and clear the values.
  3. Also check HKEY_LOCAL_MACHINESoftwareMicrosoftCommand ProcessorAutoRun.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...