File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # office 下载安装激活
2+
3+ ## 下载
4+
5+ 以下地址非官网地址,但下载地址为官网地址,可放心下载。选择适合的语言和版本。
6+ ```url
7+ https://gravesoft.dev/office_c2r_links#chinese-simplified-zh-cn
8+ ```
9+
10+ ## 安装
11+
12+ 解压或挂载后,运行`setup.exe`或`Office\Setup64.exe`,等待安装完成。
13+
14+ ## 激活
15+
16+ ### 转换
17+ 将office转换成vol版本,才可使用kms激活。以管理员身份打开命令行,执行:
18+ ```bat
19+ @rem 进入office ospp.vbs文件所在目录
20+ cd "C:\Program Files\Microsoft Office\Office16" || cd "C:\Program Files (x86)\Microsoft Office\Office16"
21+ @rem ProPlus2024为office版本,修改为你需要激活的版本即可,有哪些版本可查看..\root\Licenses16 目录
22+ for %x in (dir /b ..\root\Licenses16\ProPlus2024VL_*.xrm-ms) do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x"
23+ ```
24+ ### gvlk
25+
26+ 从微软官方文档中获取对应版本的产品密钥,用于下一步激活
27+ ```url
28+ https://learn.microsoft.com/zh-cn/office/volume-license-activation/gvlks
29+ ```
30+
31+ ### kms激活
32+
33+ ```bat
34+ @rem 注意跟换XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB为上一步查询到的key
35+ cscript ospp.vbs /inpkey:XJ2XN-FW8RK-P4HMP-DKDBV-GCVGB
36+ @rem 设置kms服务器,此处以kms.03k.org为例
37+ cscript ospp.vbs /sethst:kms.03k.org
38+ @rem 激活
39+ cscript ospp.vbs /act
40+ ```
You can’t perform that action at this time.
0 commit comments