c357323
June 5th, 2004, 01:35 AM
Hello all,
There is a program that stores a value once in the registry in HKLM and will not run unless this same value is present everytime it executes.
The problem is windows-xp doesn't seem to accept changes in registry at HKLM unless a user with administrator rights is logged at that time.
Since I need to distribute that program as a part of my project, I thought of writing my own code to add that registry value before calling that program.
But I need a way to override this limitation to change the registry at HKLM if a regular user (with no admin. rights) is logged.
Can anyone help in this issue?
Thanks
------
c357
There is a program that stores a value once in the registry in HKLM and will not run unless this same value is present everytime it executes.
The problem is windows-xp doesn't seem to accept changes in registry at HKLM unless a user with administrator rights is logged at that time.
Since I need to distribute that program as a part of my project, I thought of writing my own code to add that registry value before calling that program.
But I need a way to override this limitation to change the registry at HKLM if a regular user (with no admin. rights) is logged.
Can anyone help in this issue?
Thanks
------
c357