Administrator
发布于 2026-05-17 / 2 阅读
0

office LSTC 2024安装

# 1,下载安装工具 - https://www.microsoft.com/en-us/download/details.aspx?id=49117 或使用\[附件\]\[1\] - 下载后运行软件,指定一个目录(用于下载office文件),会生成2个文件 - xxx.xml - setup.exe ## 2,使用下载工具下载office文件 - config.xml:用于自定义安装的office组件,推荐设置如下 - https://config.office.com/deploymentsettings(自定义) \`\`\`xml \`\`\` \`\`\`shell # 下载office setup /download config.xml \`\`\` # 3,安装office \`\`\`shell # 安装office,注意使用管理员cmd setup /configure config.xml \`\`\` # 4,激活 \`\`\`shell # 进入安装目录 cd C:\\Program Files\\Microsoft Office\\Office16 cscript ospp.vbs /sethst:kms.03k.org # 自己的服务器亦可以 cscript ospp.vbs /act #【注意】:office必须安装的是VOL版! 获取方式看这个:https://youtu.be/VSjRx7Hoa60 \`\`\` # 5,秘钥 - https://learn.microsoft.com/zh-cn/office/volume-license-activation/gvlks 来源:https://www.youtube.com/watch?v=vRCV38wrl9s\&ab_channel=%E9%9B%B6%E5%BA%A6%E8%A7%A3%E8%AF%B4 \[1\]: /usr/uploads/2024/10/6219442.zip