nerdexam
GIAC

GCFA · Question #173

Which of the following is used to store configuration settings and options on Microsoft Windows operating systems?

The correct answer is D. Windows Registry. The Windows Registry is the centralized hierarchical database Windows uses to store configuration settings, user preferences, and application options.

File System & Registry Forensics

Question

Which of the following is used to store configuration settings and options on Microsoft Windows operating systems?

Options

  • AWindows Config file
  • BGroup policy editor
  • CWindows setting
  • DWindows Registry

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    20% (6)
  • D
    70% (21)

Why each option

The Windows Registry is the centralized hierarchical database Windows uses to store configuration settings, user preferences, and application options.

AWindows Config file

There is no standard Windows component called a 'Windows Config file' - this is not a recognized configuration storage mechanism in Windows.

BGroup policy editor

The Group Policy Editor is an administrative tool used to configure and enforce policy settings across users and machines, but it is not the underlying storage mechanism for configuration data.

CWindows setting

The Windows Settings app is a user-facing graphical interface for changing preferences, but it is a UI layer that writes data to the Registry, not a storage system itself.

DWindows RegistryCorrect

The Windows Registry is a hierarchical database built into Windows that stores low-level settings for the OS, hardware, installed applications, and user profiles. It is organized into keys and values, and nearly all system and application configuration is persisted there. Tools like regedit.exe provide direct access to view and modify these settings.

Concept tested: Windows Registry as configuration storage

Source: https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry

Topics

#Windows Registry#configuration management#system settings#registry purpose

Community Discussion

No community discussion yet for this question.

Full GCFA Practice