Administrator rights

simian

Member
Joined
Jun 7, 2006
Messages
13
Programming Experience
Beginner
I have a program that reads and writes to the registry and I have found that if you are not logged in with admin rights the program will not read the registry. Please can any one let me know of a way to get around this problem.
Thanks in advance Simian
 
Hi

It may be worth trying to figure out exactly which objects are being accessed and grant access to those keys, rather than just granting admin privileges. Impersonation is another option, also.

Hope this is useful
 
Back
Top