silent install google chrome powershell May 19, 2023April 13, 2023 by wordlinkanswers silent install google chrome powershell Comment 0 # This assumes you have the msi located in the script directory</p><br /><br /> <p># Batch<br /><br /><br /> msiexec /i googlechromeenterprise64.msi /qn</p><br /><br /> <p># Powershell<br /><br /><br /> Start-Process .\googlechromeenterprise64.msi -ArgumentList “/qn” -Wait Popularity 6/10 Helpfulness 5/10 Language shell Source: WorldLinkAnswers Tags: google-chrome powershell shell silent Share Link to this answer Share Contributed on Mar 03 2020 Jittery Jackal 0 Answers Avg Quality 2/10 wordlinkanswers