4

I ran the command prompt with administrator privilege to uninstall Ananconda on my computer, after the process, I reopened the cmd and found this line, "The system cannot find the path specified" at the beginning of my cmd.

I can guarantee that my cmd did not have this line before, how can I manage to fix it? Is it a serious bug that I should be aware of?

Thank you.

"The system cannot find the path specified."

Huy Nguyen
  • 47
  • 1
  • 6

1 Answers1

10

Open the Registry Editor (Windows key and type regedit in the prompt) Go to HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun and clear the values. If it exists in HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun, delete it as well.

Steven2105
  • 540
  • 5
  • 20