Bill,

I updated the script to reflect the REG_BINARY type. It is Binary on W2k as well as NT.

Here is the script as it sits now..

code:

;*************************************************************************************
; Pre-Configure Internet Explorer
;*************************************************************************************
$HKCUS = 'HKEY_CURRENT_USER\SOFTWARE'
$IESetup = ReadValue($HKCUS+"\Microsoft\Internet Connection Wizard","Completed")
?$IESetup
If $IESetup <> "01000000"
$RC = WriteValue($HKCUS+"\Microsoft\Internet Connection Wizard","Completed","01,00,00,00","REG_BINARY")
If Exist("%userprofile%"+"\desktop\"+"Connect to the Internet.LNK") Del "%userprofile%"+"\desktop\"+"Connect to the Internet.LNK" EndIf
EndIf

Thanks!

- Kent

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