Skip to content

Registry

Majick Tek edited this page Jul 25, 2017 · 8 revisions

The Registry controls settings for applications and the system itself and can be accessed/modified in code using the Registry API (C/C++) or via the regedit application (not Microsoft RegEdit, this is much different). The base Registers (as they are called) are listed below:

sh - Shell

ch - Permissions

x - System

prg - Programs

shx - System Shell

chx - System Permissions

prgx - System Programs

A typical Register Hierarchy would be like this:

  • prg

    • Program

      • key

where "Program" would be a SubRegister and "key" would be a data holder. For example: key could hold "this string", 1, or any other value.