PDA

View Full Version : (default) values in the registry (WNT)



scott.butler
02-27-2002, 07:15 PM
I am trying to create a build of NT Embedded. I am currently updating keys and values that have changed since the last build (new NIC, Display driver and Ethernet adapter) by copying the changed registry hives to my target build.
I am noticing a few keys that do not have the "(default)" value listed as "(value not set)" as I am used to seeing. Instead, its value is a CLSID or other string identifier. Are these values important? I was under the impression that the "(default)" value was automatically inserted into every registry key. Should I add a "(default)" value to my component design and actually assign it this value?

Scott Butler