Error code

Windows ERROR_INVALID_PARAMETER

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

What it means

The parameter is incorrect..

How to fix it

  1. Check the arguments and flags passed to the command or API against the documentation.
  2. verify paths sizes and handles are valid before the call.
  3. update the application to a current version.
  4. reproduce with known-good input to isolate the bad value.

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