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

win-install-ventoy

命令

Windows 安装 Ventoy 多系统启动盘

win-install-ventoy

Windows 安装 Ventoy 多系统启动盘

补充说明

Ventoy 是一款开源的多系统启动盘制作工具,只需将 ISO/WIM/IMG/VHD(x) 等镜像文件拷贝到 U 盘即可启动,无需反复格式化。Ventoy 是一个制作可启动 U 盘的开源工具,支持直接拷贝镜像文件即可引导启动,无需解压或格式化。

安装 Ventoy

CMD:

cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o ventoy-1.1.00-windows.zip https://github.com/ventoy/Ventoy/releases/download/v1.1.00/ventoy-1.1.00-windows.zip && tar -xf ventoy-1.1.00-windows.zip -C "C:\Program Files" && start "" "C:\Program Files\Ventoy\Ventoy2Disk.exe"

PowerShell:

cd ~\Downloads; curl.exe -L -o ventoy-1.1.00-windows.zip https://github.com/ventoy/Ventoy/releases/download/v1.1.00/ventoy-1.1.00-windows.zip; tar -xf ventoy-1.1.00-windows.zip -C "C:\Program Files"; Start-Process "C:\Program Files\Ventoy\Ventoy2Disk.exe"

winget 安装命令

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

winget install -e --id Ventoy.Ventoy -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果