Site icon EfmSoft

What does NTSTATUS 0xC000042C (STATUS_ELEVATION_REQUIRED) mean?

 
Previous Next
STATUS_IMPLEMENTATION_LIMIT STATUS_NO_SECURITY_CONTEXT

STATUS_ELEVATION_REQUIRED

The operation requires an elevated token

STATUS_ELEVATION_REQUIRED identifies a specific Windows status in the process security and execution policy path. The caller has an administrative identity available but is running with a filtered or otherwise non-elevated token. Granting broader file ACLs may not satisfy the protected operation.

Check token elevation type, integrity level, requested action and UAC consent path. Elevate only the narrow administrative operation.

What to preserve before changing the system

References


Looking for a different code? Search another status or error code.

Exit mobile version