Ah yes , 3.63 sample :

code:
if writevalue('HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main' , 'Start Page' , "http://www.kixtart.org/cgi-bin/ultimatebb.cgi" , 'REG_SZ' ) = 0
'Start page set' ?
else
'failed : [' + @error + '] - ' + @serror
endif

_________________________