Thanks Elvin. This program requires to run as administrator as it is used to load software onto a users PC regardless of their access level. It runs in the background. Changes to the HKLM are written OK, but i need to be able to get to the HKCU of the actual logged on user to write any changes there. If I was not logged on as the administrator then any requirements to write to the HKLU would be no problem, but as administrator it will not do this?
Main Topics
Browse All Topics





by: elvin66Posted on 2006-03-12 at 22:03:07ID: 16171666
Software will sometimes change the registry, if it only change HKCU it is no problem, if it changes HKLM you need to be administrator, or grant the affected user full controll to the registry keys there (using REGEDT32).
It is not a good idea to write software these days that need admin rights to run. Those programs are recognised as poorly written software by many programers.
Elvin