This document provides an overview of hacking the Windows registry. It begins by establishing that the registry contains substantial information about the computer, operating system, applications, and user settings and preferences. It then describes the hierarchical structure of keys and values that make up the registry. The document provides some examples of common components found in the registry, such as creatable OLE classes registered under HKEY_CLASSES_ROOT\CLSID keys and OLE control licenses stored under HKEY_CLASSES_ROOT\Licenses keys. The goal is to familiarize readers with exploring the registry using tools like RegEdit.