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

win-install-thunder

命令

Windows 安装迅雷下载器

win-install-thunder

Windows 安装迅雷下载器

补充说明

迅雷 是一款高速下载工具,支持 BT、磁力链、电驴、HTTP/FTP 等多协议下载,拥有 P2P 加速引擎,提供云盘存储和在线播放功能。

安装迅雷

# 安装迅雷
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o ThunderSetup.exe https://down.sandai.net/thunder11/XunLeiSetup.exe && ThunderSetup.exe /S
# 安装迅雷
cd ~\Downloads; curl.exe -L -o ThunderSetup.exe https://down.sandai.net/thunder11/XunLeiSetup.exe; .\ThunderSetup.exe /S

winget 安装命令

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

winget install -e --id Xunlei.Thunder -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果