Hi Jason, below is the action script that we are using:
action uses wow64 redirection {not x64 of operating system} waithidden "C:\Program Files (x86)\Lenovo\System Update\tvsu.exe" /CM -search A -action INSTALL -includerebootpackages 1,3,4,5 -noreboot -noicon -nocancel -nocontinueafterreboot -exporttowmi -log C:\CNO\LENOVO\Systemupdate.log parameter "pause1-1min" = "{now as string}" pause while {(now - ((parameter "pause1-1min") as time)) < 5 * minute} // End Wait 1 minute
Why is it running under a user account? For this we are not sure it might be the functionality of this Lenovo system update utility that it is launching the process from user.
Yes, we are using silent install parameters as provided into Lenovo system update guide.