Provides classes to manipulate the Windows registry. The registry is a Windows-specific system-defined database in which applications and system components store and retrieve configuration data.

The registry stores data in a hierarchically structured tree. Each node in the tree is called a key. Each key can contain both subkeys and name-value data entries called values.