Error code

Windows ERROR_FILE_NOT_FOUND

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

What it means

The system cannot find the file specified..

How to fix it

  1. Verify the full path and file name are spelled correctly.
  2. confirm the file still exists at that location.
  3. check the current working directory the app runs from.
  4. restore the file from backup or the Recycle Bin if it was deleted.

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