Skip to main content

Unity - Fixing the "The system cannot find the path specified" Issue

·89 words
icysamon
Author
icysamon
Electronics & Creator
Table of Contents

Introduction
#

This issue occurred right after I installed MinGW, so I suspected MinGW might be the cause. At first, I tried restarting the PC, reinstalling the editor, and checking the system path, but none of these worked.

Solution
#

Here is the solution:

  1. Open the Registry Editor. (Press Win+R to open the Run dialog, type regedit, and press Enter.)
  2. In the directory HKEY_CURRENT_USER\Software\Microsoft\Command Processor, delete the value of AutoRun.
  3. Also check the directory HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor. If AutoRun exists there as well, delete its value in the same way.