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

win-install-wps

命令

Windows 安装 WPS Office

win-install-wps

Windows 安装 WPS Office

补充说明

WPS Office 是金山软件开发的办公套件,兼容 Microsoft Office 格式,支持文字、表格、演示、PDF 等功能,个人版免费使用。

安装 WPS Office

# 安装 WPS Office
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o wps.exe https://wps.com/download/office/WPS_Setup_16299.exe && wps.exe /S
# 安装 WPS Office
cd ~\Downloads; curl.exe -L -o wps.exe https://wps.com/download/office/WPS_Setup_16299.exe; .\wps.exe /S

winget 安装命令

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

winget install -e --id Kingsoft.WPSOffice -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果