Hi,
In the past (before Vista) I've been using SaveSettings()/GetSettings() to handle app settings which. Those two functions write/read HKEY_CURRENT_USER key.

I would also save encrypted passwords to a HKEY_LOCAL_MACHINE\bla\bla\bla key


I hear KKEY_LOCA_MACHINE isn't gonna work if user has no admin privilages on Vista.

I don't wan't to store the passwords in HKEY_CURRENT_USER\Software\VB & VBA Program Settings\.....

What's the preffered place/key to save passwords/app settings to, so that I don't run into trouble when user doesn't have admin privilages on Vista?