Error code

Windows ERROR_NOT_SUPPORTED

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

What it means

The request is not supported..

How to fix it

  1. Verify the feature is supported by the target device or file system.
  2. update the driver or application to a version that supports it.
  3. use an alternative method that the platform supports.
  4. check the documentation for prerequisites.

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