Hello

first off all WELCOME everyone!
Iam new on this forum!

For my project @ school i have to make changes in the Windows XP desktop and more... the onyl way to do them all was with a registry file.. When i run it, it all works perfect. But my question is:
How can i load this with kixtart on a network ??

i found this is this ok and does it work ?:

;
; laadkey.KIX
; dit zorgt ervoor dat de keys geladen worden in het register.
;

break on

$ReturnCode = LoadKey("HKEY_CURRENT_USER\EZReg", "c:\marcel\netwerk-policy-settings.reg")
If $ReturnCode = 0
? "Key loaded...."
Endif

i saved this as a netwerk-policy-settings.reg.

So does this work?????

Thanks alot !