How to make (Default) registry values
I'm having some trouble with the (Default) value in the registry. I am creating several new keys for IE for setting the websites that are allowed in the privacy setting. Whenever I create a new key it makes the key and automatically gives it a (Default) value that is a REG_SZ with a value of 0. I need to create a value that is (Default) with a REG_DWORD type and with a value of 1.
Hopefully that makes some sense.
Thanks.
1 Attachment(s)
Re: How to make (Default) registry values
See the attached example. If I understand your queston it should be what you're after. HTH :)