I tried to make some script to collect software versiosn installed on the networkcomputers. I used this script (found on this forum, and changed it a little bit): Func _SoftwareInfo32($cI_CompName) $cI_CompName = "\\" & $cI_CompName & "\" Local Const $regkey = $cI_CompName & 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' Local $key, $regel = 0, $avArray[1] While 1 $regel = $regel + 1 $key = RegEnumKey($regkey, $regel) If @error