registry access

Joined
Jul 18, 2004
Messages
8
Programming Experience
Beginner
Hi,

I'm trying to access the Google Desktop registry key but it keeps coming back null.

When I retrieve the subkeys using
Registry.CurrentUser.OpenSubKey("Software")
it only returns some of the keys.

I've checked the security settings on the keys and there doesn't seem to be any difference between those being returned and those not.

Web.config Authentication mode is set to "Windows".

Can anyone tell me why I might not be able to see all keys?

Interestingly, seeking in the LocalMachine folder does return all keys.

Thanks.
 
Back
Top