PowerShell 技能连载 - 通过 PowerShell 安装 Google Chrome
要下载并安装谷歌Chrome浏览器,只需几个常见的 PowerShell 命令组合:
1 | $Installer = "$env:temp\chrome_installer.exe" |
PowerShell 技能连载 - 通过 PowerShell 安装 Google Chrome
http://blog.vichamp.com/2019/07/23/installing-google-chrome-via-powershell/