随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-chrome

命令

Windows 安装 Google Chrome 浏览器

win-install-chrome

Windows 安装 Google Chrome 浏览器

补充说明

Google Chrome 是由 Google 开发的跨平台网页浏览器,以简洁界面、快速加载和强大扩展生态著称。本文提供一键安装脚本,自动从 Google 官方 CDN 下载安装包并执行安装。

安装 Chrome

# 安装 Chrome
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o ChromeSetup.exe https://dl.google.com/chrome/install/latest/chrome_installer.exe && ChromeSetup.exe
# 安装 Chrome
cd ~\Downloads; curl.exe -L -o ChromeSetup.exe https://dl.google.com/chrome/install/latest/chrome_installer.exe; .\ChromeSetup.exe

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id Google.Chrome -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果