Doc,

It looks like I was asleep here.

code:

$hkcus = 'HKEY_CURRENT_USER\SOFTWARE'
IF "01000000" <> ReadValue($hkcus+"\Microsoft\Internet Connection Wizard","Completed")
IF 0 <> EXISTKEY($hkcus+"\Microsoft\Internet Connection Wizard")
$ = ADDKEY($hkcus+"\Microsoft\Internet Connection Wizard")
ENDIF
$ = WriteValue($hkcus+"\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

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