Google Chrome —— 使用 PowerShell 命令安装 Google Chrome 浏览器
生活随笔
收集整理的這篇文章主要介紹了
Google Chrome —— 使用 PowerShell 命令安装 Google Chrome 浏览器
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?PowerShell命令
$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格式化?
$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參考文章
https://www.yuque.com/antiy/study-notes/powershell-chrome
https://blog.csdn.net/weixin_42644062/article/details/96478348
https://medium.com/@uqualio/how-to-install-chrome-on-windows-with-powershell-290e7346271
總結
以上是生活随笔為你收集整理的Google Chrome —— 使用 PowerShell 命令安装 Google Chrome 浏览器的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Google Chrome —— 离线安
- 下一篇: EasyUEFI——简介、下载和安装