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

win-install-ultraiso

命令

Windows 安装 UltraISO 光盘映像工具

win-install-ultraiso

Windows 安装 UltraISO 光盘映像工具

补充说明

UltraISO 是一款光盘映像文件工具,可制作、编辑和转换 ISO 文件,支持制作启动 U 盘和虚拟光驱。

安装 UltraISO

# 安装 UltraISO
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o ultraiso-installer.exe https://www.ultraiso.com/uiso9_cn.exe && uiso9_cn.exe /S
# 安装 UltraISO
cd ~\Downloads; curl.exe -L -o ultraiso-installer.exe https://www.ultraiso.com/uiso9_cn.exe; .\uiso9_cn.exe /S

winget 安装命令

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

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

使用前提

执行结果