V
VJ
I am trying to access the registry from a Windows service... My code is
trying to set value to one of the subkey's for HKEY_CURRENT_USER, but it
keeps putting the value under HKEY_USERS everytime...I have tried running
the service as Administrator, a user with Administrative privileges.. , the
current logged on user. I cannot get the service to put the entry in
HKEY_CURRENT_USER.. How can I achieve this?? Is this not possible to do with
..NET and the Microsoft.Win32 classes?
My Requirement is this.. I need to manipulate a registry key
programmatically under HKEY_CURRENT_USER, no matter which type of user is
logged in XP.
VJ
trying to set value to one of the subkey's for HKEY_CURRENT_USER, but it
keeps putting the value under HKEY_USERS everytime...I have tried running
the service as Administrator, a user with Administrative privileges.. , the
current logged on user. I cannot get the service to put the entry in
HKEY_CURRENT_USER.. How can I achieve this?? Is this not possible to do with
..NET and the Microsoft.Win32 classes?
My Requirement is this.. I need to manipulate a registry key
programmatically under HKEY_CURRENT_USER, no matter which type of user is
logged in XP.
VJ