Hi all, I am new to Kix and I seem to be having the following problem:

I am running the following kix script:

"If InGroup("MYDomain\MyGroup")
writevalue ("HKEY_USERS\S-1-5-21-3631833995-499989989-2000863303-488478\Software\Microsoft\Internet Explorer\Main\","Start Page","http://www.yahoo.com","REG_SZ")
EndIf

I put my machine in the group and my machine is the only one that gets the registry fix. I am running this cmd locally not as a login script.

Can someone please explain to me possible reasons why the other machines in the group are not getting the script?

Thanks in advance

Dmartin05