nerdexam
(ISC)2

SSCP · Question #1161

What happens if this registry value is set to 1? HKLM\System\CurrentControlSet\Control\Lsa\CrashonAuditFail

The correct answer is D. System will perform a shutdown if maximum log size is reached. Setting the CrashOnAuditFail registry value to 1 forces a system shutdown if security auditing fails to log an event due to full audit logs.

Submitted by chiamaka_o· Apr 18, 2026Systems and Application Security

Question

What happens if this registry value is set to 1? HKLM\System\CurrentControlSet\Control\Lsa\CrashonAuditFail

Options

  • ASystem will crash
  • BSystem will continue operations as normal
  • CNo such registry key exists
  • DSystem will perform a shutdown if maximum log size is reached
  • ESystem will overwrite logs

How the community answered

(31 responses)
  • A
    6% (2)
  • D
    90% (28)
  • E
    3% (1)

Why each option

Setting the `CrashOnAuditFail` registry value to 1 forces a system shutdown if security auditing fails to log an event due to full audit logs.

ASystem will crash

The system crashes specifically due to a full security log when configured not to overwrite, not just any audit failure.

BSystem will continue operations as normal

The system will not continue normally if the security log is full and this setting is enabled.

CNo such registry key exists

This registry key does exist and serves a specific security function in Windows.

DSystem will perform a shutdown if maximum log size is reachedCorrect

When `CrashOnAuditFail` is set to 1, the Windows operating system will intentionally halt (crash or shut down) if it cannot write an event to the security log because the log has reached its maximum size and is configured not to overwrite older events, ensuring no unrecorded auditable events occur.

ESystem will overwrite logs

This setting prevents overwriting logs; it triggers a shutdown instead of overwriting.

Concept tested: Windows security auditing; CrashOnAuditFail registry setting

Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/audit-security-policy-settings#crashonauditfail

Topics

#Windows Security#Audit Logging#System Hardening

Community Discussion

No community discussion yet for this question.

Full SSCP Practice