S
Steven Blair
Hi,
My C# app uses the registry for storing DB params, but under Windows XP
SP2, a normal user cannot write to this key (a .NET exception is thrown
when the app is run, but only under this OS).
My question is, can a certain area of the registry get accessed by
normal users. The key I am currently using is:
SYSTEM\CurrentControlSet\Services\
Any help on this would be appreciated. I have already suggested that the
customer enable this key for access by the normal user, but that has not
been accepted :|
Regards,
Steven
My C# app uses the registry for storing DB params, but under Windows XP
SP2, a normal user cannot write to this key (a .NET exception is thrown
when the app is run, but only under this OS).
My question is, can a certain area of the registry get accessed by
normal users. The key I am currently using is:
SYSTEM\CurrentControlSet\Services\
Any help on this would be appreciated. I have already suggested that the
customer enable this key for access by the normal user, but that has not
been accepted :|
Regards,
Steven