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

win-install-edge

命令

Windows 安装 Microsoft Edge 浏览器

win-install-edge

Windows 安装 Microsoft Edge 浏览器

补充说明

Microsoft Edge 是微软基于 Chromium 内核开发的跨平台网页浏览器,与 Windows 系统深度集成,支持扩展同步、集锦和垂直标签等功能。

安装 Edge

# 安装 Edge
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o EdgeSetup.exe https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeBrowser && EdgeSetup.exe
# 安装 Edge
cd ~\Downloads; curl.exe -L -o EdgeSetup.exe https://c2rsetup.officeapps.live.com/c2r/downloadEdge.aspx?platform=Default&source=EdgeBrowser; .\EdgeSetup.exe

winget 安装命令

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

winget install -e --id Microsoft.Edge -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果

功能说明