Hello,
I hope this is the correct forum to post this question.
We have a login script where the below is being run:
WriteValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","Norman ZANDA","c:\norman\bin\ZLH.EXE /LOAD /NOSPLASH","REG_SZ")
When the script is run on an administrator account it changes the registry allright, but when it is run on a normal user account the registry is not updated.
LOCAL_USER is updatable, but not LOCAL_MACHINE, is there a way to do it?
Kind regards,
Age de Jong
I hope this is the correct forum to post this question.
We have a login script where the below is being run:
WriteValue("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","Norman ZANDA","c:\norman\bin\ZLH.EXE /LOAD /NOSPLASH","REG_SZ")
When the script is run on an administrator account it changes the registry allright, but when it is run on a normal user account the registry is not updated.
LOCAL_USER is updatable, but not LOCAL_MACHINE, is there a way to do it?
Kind regards,
Age de Jong