| Previous | Next |
| STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER | STATUS_FAILED_DRIVER_ENTRY |
STATUS_ACCESS_DISABLED_BY_POLICY_OTHER
Another SRP rule produced the deny decision
The matching policy may be based on a file hash, Internet zone, custom SAFER identification data, or another rule represented by the caller. The generic wording means the returning layer did not classify it as one of the more specific NTSTATUS variants.
Collect the SAFER identification result and effective rule list rather than guessing from the file path. Hash rules stop matching when file contents change, while zone and other contextual rules depend on metadata that may be lost during copying.
What to inspect
- Record file hash, zone metadata, signer, path, and SAFER level.
- Identify the exact rule identifier and precedence that produced denial.
- Update only the responsible rule and retest after any file-content change.
References
- Microsoft: Software Restriction Policies
- Microsoft: SaferIdentifyLevel
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.