Error code

Windows ERROR_PATH_NOT_FOUND

WINDOWSERROR_PATH_NOT_FOUND
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

The system cannot find the path specified..

How to fix it

  1. Verify every folder in the path exists and is spelled correctly.
  2. create any missing parent directories.
  3. check the drive letter is mapped and online.
  4. avoid trailing or duplicate separators in the path.

Not affiliated with Windows. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.