System.ProfileString Security

C

Colin Steadman

When writing to the registry with System.ProfileString the
Help information says that the key is stored here:

HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word

The registry is a bit of a mystery to me so I'd like to
know..

Suppose I have a template that reads and writes to a key
certain key in that location, and I logon and store a
value there. Would the next to logon pick up my value if
they opened the same template?

Thanks,

Colin
 
J

JB

Colin said:
When writing to the registry with System.ProfileString the
Help information says that the key is stored here:

HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word

The registry is a bit of a mystery to me so I'd like to
know..

Suppose I have a template that reads and writes to a key
certain key in that location, and I logon and store a
value there. Would the next to logon pick up my value if
they opened the same template?

Thanks,

Colin
Hi Colin,
The answer I think is NO.
The Current_User is stored as part of the users profile which goes with
them. So unless they logon with the same userid and password (bad
practice) this key would not exist for the next user.

HTH

J
 
C

Colin Steadman

Hi Colin,
The answer I think is NO.
The Current_User is stored as part of the users profile which goes with
them. So unless they logon with the same userid and password (bad
practice) this key would not exist for the next user.

HTH

J

Thanks J.

Colin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top