Had to revert back to @SID...

Here it is:

code:

Break ON Cls
;*************************************************************************************
; Pre-Configure Internet Explorer
;*************************************************************************************
$IESetup = ReadValue("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard","Completed")
If $IESetup <> "01000000"
$ICW=EXISTKEY("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard")
If $ICW <> 0
$RC=ADDKEY("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard")
endif
$RC = WriteValue("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard","Completed","01","REG_BINARY")
If Exist("%userprofile%"+"\desktop\"+"Connect to the Internet.LNK") Del "%userprofile%"+"\desktop\"+"Connect to the Internet.LNK" EndIf
EndIf

Thanks!

- Kent

[ 14 August 2001: Message edited by: kdyer ]

[ 14 August 2001: Message edited by: kdyer ]

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's