From a2e1abcc135cf0143422e674e9ab5488371998b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9=E5=AE=87?= <19905616375@163.com> Date: Sun, 24 Mar 2024 10:20:36 +0800 Subject: [PATCH] =?UTF-8?q?Office=E9=83=A8=E7=BD=B2=E4=B8=8E=E6=BF=80?= =?UTF-8?q?=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...62\344\270\216\346\277\200\346\264\273.md" | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 "\346\235\216\346\265\251\345\256\207/20240322_Office\351\203\250\347\275\262\344\270\216\346\277\200\346\264\273.md" diff --git "a/\346\235\216\346\265\251\345\256\207/20240322_Office\351\203\250\347\275\262\344\270\216\346\277\200\346\264\273.md" "b/\346\235\216\346\265\251\345\256\207/20240322_Office\351\203\250\347\275\262\344\270\216\346\277\200\346\264\273.md" new file mode 100644 index 0000000..e53ef08 --- /dev/null +++ "b/\346\235\216\346\265\251\345\256\207/20240322_Office\351\203\250\347\275\262\344\270\216\346\277\200\346\264\273.md" @@ -0,0 +1,31 @@ +# MS Office 部署与激活 + +## 部署 Office + +前往 下载 Office Tool Plus。 + +下载解压后如图: + +![office tool](https://qny.iouklmmn.top/PicGo/202403241014484.png) + +在左侧菜单选择部署后,选择需要的版本: + +![office tool](https://qny.iouklmmn.top/PicGo/202403241015928.png) + +选择完成后点击开始部署。 + +## 激活 Office + +在激活界面选择输入 KMS 服务器地址: + +![kms](https://qny.iouklmmn.top/PicGo/202403241018415.png) + +点击激活即可。 + +或使用 `Ctrl+Shift+P` 快捷键呼出指令面板,输入: + +```bash +ospp /inslicid MondoVolume /sethst:kms.loli.beer /setprt:1688 /act +``` + +即可激活。 -- Gitee