Things I want to know more about ops201class08 reading - reedraheem/Things-I-want-to-know-more-about- GitHub Wiki

Things-I-want-to-know-more-about-ops201class08 reading

Reading: Windows Registry Demystified

The Windows Registry is a database where Windows and many programs store their configuration settings. You can edit the registry yourself to enable hidden features and tweak specific options. These tweaks are often called “registry hacks.”The Windows registry is a collection of several databases. There are system-wide registry settings that apply to all users, and each Windows user account also has its own user-specific settings.Microsoft introduced the registry back in Windows 3.1, but it was initially used only for certain types of software. In the Windows 3.1 era, Windows applications frequently stored settings in .INI configuration files that were scattered across the OS. The registry can now be used by all programs, and it helps bring together the settings that would otherwise be scattered in many different locations across the disk.

Reference:https://www.howtogeek.com/370022/windows-registry-demystified-what-you-can-do-with-it/