Showing results for February 4, 2009 - The Old New Thing

Feb 4, 2009
Post comments count0
Post likes count2

What is the terminology for describing the various parts of the registry?

Raymond Chen
Raymond Chen

Hives, keys, values, types, and data. As I noted some years ago, the file that holds the registry data is called a hive. A hive contains a tree of keys. Keys contain a list of values. Associated with each value is a type and data. The terminology is weird and counter-intuitive thanks to the history of the registry. Back in the days ...

Other