28 March, 2024

How to install chrome on windows server with powershell – NEW Update 2020?

Copy

$Path = $env:TEMP; $Installer = “chrome_installer.exe”; Invoke-WebRequest “http://dl.google.com/chrome/install/375.126/chrome_installer.exe” -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args “/silent /install” -Verb RunAs -Wait; Remove-Item $Path\$Installer

Share

One Comment

  1. Justin Reply

    I don’t typically comment on posts, but as a long time reader I thought I’d drop in and wish you
    all the best during these troubling times.

    From all of us at Royal CBD, I hope you stay well with the COVID19 pandemic progressing
    at an alarming rate.

    Justin Hamilton
    Royal CBD

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *