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

win-install-7zip

命令

Windows 安装 7zip 压缩工具

win-install-7zip

Windows 安装 7zip 压缩工具

补充说明

7-Zip 是一款免费开源的文件归档器,支持 7z、XZ、BZIP2、GZIP、TAR、ZIP、WIM 等多种格式,压缩率高、解压速度快,是 Windows 平台必备工具。

本文提供一键安装脚本,自动从 GitHub 下载安装包并执行安装,适配 Windows 10/11

安装 7zip

# 安装 7zip
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o 7z2601-x64.exe https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe && 7z2601-x64.exe
# 安装 7zip
cd ~\Downloads; curl.exe -L -o 7z2601-x64.exe https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe; .\7z2601-x64.exe

功能说明