|
-
Aug 15th, 2008, 01:42 PM
#1
Thread Starter
Hyperactive Member
The correct registry keys for app settings and passowrds
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|