Anyone have any experience in retrieving the (Default) value data from the Registry?
Thanks for any help.
-Sleezy
Printable View
Anyone have any experience in retrieving the (Default) value data from the Registry?
Thanks for any help.
-Sleezy
default??
It's a value in every registry key section aturner.
Well, aside from reading it the same way you would any other value, no idea. Make sure you have the brackets and other things the same as in regedit...
Simply omit the Value section when you retrieve the value for your data.
As you can see, I left the last value out, therefor it will return the "(default)" value.Code:GetRegData "HKEY_CURRENT_USER", "Software\MyApp", ""