Hello,

we use the LoginScript to write some values to the Registry.
In my migration tests to Windows 7 I notice, that it is not longer allowed to write to HKLM in user/admin-context.

e.g.
 Code:
WriteValue("HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\8.0\AdobeViewer","EULA","1","REG_DWORD")


Error code: 5

I think this is about the new UAC/elevated rights...

How it is possible, to write via LoginScript to HKLM ?
Currently, my users have local admin rights.
kix32.exe and KiX scripts are located on \\dc-server\netlogon share.


best regards
Waspy