| Previous | Next |
| STATUS_SECUREBOOT_POLICY_NOT_SIGNED | STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED |
STATUS_SECUREBOOT_FILE_REPLACED
STATUS_SECUREBOOT_FILE_REPLACED (NTSTATUS 0xC0430007) This NTSTATUS value reports that a Secure Boot-protected file or driver was replaced.
What to check
- Use Code Integrity events to identify the file and its signer.
- Restore the component from a supported package that matches the Windows build and device.
- Review driver deployment and offline servicing changes made before the failure.
Read-only checks
Get-WinEvent -LogName 'Microsoft-Windows-CodeIntegrity/Operational' -MaxEvents 50
The important evidence is the first Code Integrity event naming the changed component. Restore that component from a matching signed package and then determine which update or servicing action replaced it.
Microsoft: Confirm-SecureBootUEFI
Looking for a different code? Search another status or error code.
