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.
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)- A7% (2)
- B3% (1)
- C20% (6)
- D70% (21)
Why each option
The Windows Registry is the centralized hierarchical database Windows uses to store configuration settings, user preferences, and application options.
There is no standard Windows component called a 'Windows Config file' - this is not a recognized configuration storage mechanism in Windows.
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.
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.
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
Community Discussion
No community discussion yet for this question.