Site icon EfmSoft

What does NTSTATUS 0xC000060A (STATUS_SET_CONTEXT_DENIED) mean?

 
Previous Next
STATUS_STRICT_CFG_VIOLATION STATUS_CROSS_PARTITION_VIOLATION

STATUS_SET_CONTEXT_DENIED

Process policy blocked thread-context modification

STATUS_SET_CONTEXT_DENIED identifies a specific Windows status in the process security and execution policy path. A caller attempted to alter a thread context in a process whose mitigation or trust boundary forbids that operation. This often affects debuggers, injectors, profilers, and compatibility shims.

Identify caller and target process, requested context flags, protection level and mitigation policy. Do not work around the denial by weakening unrelated ACLs.

What to preserve before changing the system

References


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

Exit mobile version