in your logonscript put in these lines:

code:
 
md c:\kixscripts
if not exist('c:\kixscripts\kix32.exe')
copy \\sussex1\netlogon\Client Shortcut\kix32.exe' 'c:\kixscripts'
endif
if not exist('c:\kixscripts\my computer information.kix')
copy \\sussex1\netlogon\Client Shortcut\my computer information.kix' 'c:\kixscripts'
endif
$desktop = ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop")
if not exist('$desktop\my computer information.lnk')
copy \\sussex1\netlogon\Client Shortcut\my computer information.lnk' '$desktop'
endif

_________________________
How to ask questions the smart way <-----------> Before you ask