I need to add a registry setting in HKEY_CURRENT_USER. I want this setting to be available for all users on the machine. How can existing users and new users inherit this setting. I cannot use the key HKEY_LOCAL_MACHINE.
I need to add a registry setting in HKEY_CURRENT_USER. I want this setting to be available for all users on the machine. How can existing users and new users inherit this setting. I cannot use the key HKEY_LOCAL_MACHINE.
In that case, the registry is the wrong place (at least, current user is). Your alternative (if it's your app) would be to have the information in a publicly accessible file. Steve S [This signature space available for rent]