Is this another solution ?

Quote:


$hotfixexe="c:\test\ms04-020\Windows2000-KB841872-x86-ENU.exe"
$switches=" /quiet"
? $hotfixexe + $switches
Shell '%COMSPEC% /C 'runas /user:%COMPUTERNAME%\admin "$hotfixexe" "$switches"
sleep 1
sendkeys ("password{ENTER}")
quit