your syntax "rendering" is allmost as weird as mine, but I could read it thou...so, I checked it and ofcourse I had to edit it
I had in mind the speed and most of all, the length of the script part, if needed to add it to existing scripts.
code:
;*************************************************************************************
; Pre-Configure Internet Explorer by KDYER
;*************************************************************************************
If "01000000" <> ReadValue("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard","Completed")
If 0 <> ExistKey("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard")
$ = AddKey("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard")
EndIf
$ = 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
;*************************************************************************************