Error code

Windows ERROR_ACCESS_DENIED

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

What it means

Access is denied..

How to fix it

  1. Run the program or command prompt as Administrator.
  2. grant your account permission with icacls or the Security tab.
  3. take ownership of the object with takeown if needed.
  4. close any program that has the file open.
  5. verify the file is not marked read-only.

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