To clear a print queue using PowerShell open an elevated PowerShell prompt and run the following commands:
Stop-Service Spooler
Remove-Item -Path $env:windir\system32\spool\PRINTERS\* -Recurse -Force -Confirm:$false
Start-Service Spooler
To clear a print queue using PowerShell open an elevated PowerShell prompt and run the following commands:
VMware Workstation 16 Silent Install
VMware-workstation-full-x.x.x-xxxxxx.exe /s /v"/qn EULAS_AGREED=1 SERIALNUMBER=AAAAA-BBBBB-CCCCC-DDDDD-EEEEE AUTOSOFTWAREUPDATE=1"
https://docs.vmware.com/en/VMware-Workstation-Pro/16.0/workstation-pro-16-user-guide.pdf