📅  最后修改于: 2022-03-11 14:50:12.648000             🧑  作者: Mango
# This assumes you have the msi located in the script directory
# Batch
msiexec /i googlechromeenterprise64.msi /qn
# Powershell
Start-Process .\googlechromeenterprise64.msi -ArgumentList "/qn" -Wait