Error code

Windows ERROR_PRIVILEGE_NOT_HELD

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

What it means

A required privilege is not held by the client..

How to fix it

  1. Run the program or command prompt as Administrator.
  2. grant the needed privilege via Local Security Policy User Rights Assignment.
  3. add the account to a group that holds the privilege.
  4. verify UAC is not stripping the token.

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