Re: Which registry key to use?
- From: "Jack" <notreplyto@it>
- Date: Fri, 10 Nov 2006 22:21:47 -0500
Thank you.
I have thought about that.
Can I use Environ function to point to:
c:\Documents and Settings\All Users\Application Data?
When I use Environ("appdata") it points to current user.
Jack
"Bob Butler" <tiredofit@xxxxxxxxxxx> wrote in message
news:%235KvM7TBHHA.1012@xxxxxxxxxxxxxxxxxxxxxxx
"Jack" <notreplyto@it> wrote in message
news:uwGnCuTBHHA.3836@xxxxxxxxxxxxxxxxxxxx
Hello,
My app stores preferences in HKEY_CURRENT_USER.
This works fine for one particular user.
Now, I would like to make the preference available for all users.
Which registry key should I use?
HKEY_USERS or HKEY_LOCAL_MACHINE?
It must be accessible all the time by all users not only
administrator. Your thoughts please,
Use an INI file or other external storage for app settings; the registry
is
the wrong place despite MS pushing it in the past.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- Follow-Ups:
- Re: Which registry key to use?
- From: Donald A. Herman
- Re: Which registry key to use?
- From: mayayana
- Re: Which registry key to use?
- References:
- Which registry key to use?
- From: Jack
- Re: Which registry key to use?
- From: Bob Butler
- Which registry key to use?
- Prev by Date: Re: Simple, free RDBMS for VB3/6 with minimal installation footprint
- Next by Date: How to find path to....?
- Previous by thread: Re: Which registry key to use?
- Next by thread: Re: Which registry key to use?
- Index(es):