nerdexam
GIAC

GSEC · Question #257

What Windows log should be checked to troubleshoot a Windows service that is falling to start?

The correct answer is B. System. Windows service startup failures are recorded in the System log, which captures events from the Service Control Manager and other OS components.

Operating System Security

Question

What Windows log should be checked to troubleshoot a Windows service that is falling to start?

Options

  • AApplication
  • BSystem
  • CSecurity
  • DSetup

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    69% (18)
  • C
    19% (5)
  • D
    4% (1)

Why each option

Windows service startup failures are recorded in the System log, which captures events from the Service Control Manager and other OS components.

AApplication

The Application log records events logged by user-mode applications and programs, not Windows OS services or the Service Control Manager.

BSystemCorrect

The Windows System log records events generated by Windows system components, including the Service Control Manager (SCM). When a service fails to start, the SCM writes detailed error entries to the System log containing error codes and descriptions that identify the root cause of the failure.

CSecurity

The Security log records security-related events such as logon attempts, privilege use, and resource access auditing, not service startup failures.

DSetup

The Setup log records events that occur during Windows installation and optional feature configuration, not runtime service failures.

Concept tested: Windows Event Log categories for service troubleshooting

Source: https://learn.microsoft.com/en-us/windows/win32/eventlog/event-logging

Topics

#Windows Event Log#System log#service troubleshooting#Event Viewer

Community Discussion

No community discussion yet for this question.

Full GSEC Practice