- #36
Tom.G
Science Advisor
Gold Member
- 5,470
- 4,286
No, it won't. Each "item" must have at least one "value", even if it is empty! Subsequent entries in an "item" are pointers to names/values of subservient entries.jim hardy said:but Windows wouldn't allow the Default REGSZ (value not set) deletion
It's just a fancy linked list of name-value pairs; where the "value" may be a pointer to another name-value pair. (IIRC)
An overview of the registry internals is here: http://technet.microsoft.com/en-us/library/cc750583.aspx