Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
YerongAI committed Jun 23, 2024
1 parent fd3c1c2 commit 19a4bd4
Show file tree
Hide file tree
Showing 13 changed files with 514 additions and 372 deletions.
26 changes: 12 additions & 14 deletions docs/activate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,32 @@ Most retail licenses are tied to a Microsoft account, so retail licenses are not

Volume licenses can be activated using MAK or via KMS.

- MAK stands for Multiple Activation Key. 该密钥有激活次数上限,可以多次使用并激活 Office。
- KMS stands for Key Management Service. KMS 激活需要使用 GVLK,并设置 KMS 主机。
- Multiple Activation Key (MAK): can be used in multiple times within specific limits. Once activated, the activation will be permanent.
- Key Management Service (KMS): KMS activation requires the use of GVLK and setting up the KMS host.

在激活信息不丢失的情况下,使用 MAK 激活为永久激活。

KMS 续期策略由 KMS 主机决定。通常情况下,一次激活的有效期是 180 天,每隔 7 天续期一次。
The KMS renewal policy is determined by the KMS host. Typically, an activation is valid for 180 days and is renewed every 7 days.

## Licenses management

### Install licenses

You can choose which licenses you want to install from list. Holding <kbd>Ctrl</kbd> to select multiple licenses. The Grace key is the default key for Retail licenses, GVLK is the default key for volume licenses.
You can choose which licenses you want to install from list. The Grace key is the default key for Retail licenses, GVLK is the default key for volume licenses.

When installing a new license, the existing licenses are not overwritten, so the licenses can coexist.

::: tip Tip

You can holding <kbd>Ctrl</kbd> to select multiple items when installing licenses. You can also type `|` in the filter box to filter by multiple conditions. For example, type `office ltsc 2021|visio 2021` to filter Office 2021 LTSC licenses and Visio 2021 licenses.

:::

### Install other licenses

You can install other licenses if you needed. Usually the Office licenses storage on `C:\Program Files\Microsoft Office\root\Licenses16`. You need to install Office product key for the licenses you installed.

### Uninstall all licenses

The operation will removing all licenses, but without keys.
The operation will removing all licenses, but except product keys.

## Key management

Expand All @@ -47,7 +51,7 @@ Input a valid key for Office product to install. If you get an error code [0xC00

### Uninstall all unactivated keys

This will query all licenses and uninstall all inactivated keys automatically. Be careful when using the function.
This will query all licenses and uninstall all unactivated keys automatically. Be careful when using the function.

### Install confirmation ID (CID)

Expand All @@ -63,12 +67,6 @@ The default port of KMS is 1688, you can change it if needed, such as `kms.examp

You can query information about all installed Office licenses, support vNext licenses and legacy licenses.

::: tip What is vNext license?

vNext 许可证是 Microsoft 订阅用户的专属许可证,通常是 Microsoft 365 个人/家庭版订阅或 Microsoft 365 企业版订阅许可证。这些许可证与微软账户绑定,具有一定的时间限制,通常情况下需要在两个月内联网验证可用性,否则 Office 可能会弹出订阅过期的提示。

:::

### vNext licenses

Office Tool Plus supports to view the status, expiration date and user info for vNext license. You should log out of your MS account on Office applications before deleting the license.
Expand Down
11 changes: 11 additions & 0 deletions docs/deploy/settings/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ If you want to use KMS or MAK to activate Office, install volume license product

:::

::: tip Tip

You can holding <kbd>Ctrl</kbd> to select multiple items when adding products. You can also type `|` in the filter box to filter by multiple conditions. For example, type `365|VisioPro` to filter Microsoft 365 products and Visio Professional products.
:::

### Applications

The application will display different items depending on the products you selected.
Expand Down Expand Up @@ -139,6 +144,12 @@ If you do not add a language, Office will automatically match the system languag

If you check `Deploy proofing tools only`, the language will be installed as proofing tools without display language.

::: tip Tip

You can holding <kbd>Ctrl</kbd> to select multiple items when adding languages. You can also type `|` in the filter box to filter by multiple conditions. For example, type `en-us|zh` to filter English (United States) and Chinese language packs.

:::

### Language types

| Type | Description |
Expand Down
29 changes: 28 additions & 1 deletion docs/faq/activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ Solution is same as [0xC004F015](activation.md#_0xc004f015).
The Office product key you are installing does not have a corresponding license, you need to install the corresponding Office license first, and then install the product key.

## 0xC004F074

> The Software Licensing Service reported that the product could not be activated. No Key Management Service (KMS) could be contacted.
Do the following things:

- Check your network connection is normal.
- Make sure the KMS host which you are using is working. [How to test?](/toolbox/README.md#test-kms-host-reachability)

Do the following thins:

- [Reset Software Protection service](/toolbox/windows.md#reset-software-protection-service).
- Try activating again.

## 0xC004E015

> The Software Licensing Service reported that license consumption failed.
Expand All @@ -44,7 +58,11 @@ Solution is same as [0xC004E015](activation.md#_0xc004e015).

> The data is invalid.
Check your OS time is correct or not. Make sure the KMS host which you are using is working. [How to test?](/toolbox/README.md#test-kms-host-reachability)
Do the following things:

- Check your OS time is correct or not.
- Check your network connection is normal.
- Make sure the KMS host which you are using is working. [How to test?](/toolbox/README.md#test-kms-host-reachability)

Do the following thins:

Expand All @@ -63,6 +81,15 @@ Solution is same as [0x8007000D](activation.md#_0x8007000d).
Please check and install all .NET Framework updates using Windows Update.

## No valid Office KMS licenses were found on the system

To use KMS to activate Office, you need to install Volume licenses and GVLK for Office.

Usually, when you install the corresponding volume licenses on Office Tool Plus, you can activate it using KMS, except for the following cases:

- SPLA license: SPLA licenses can only be activated using MAK, KMS activation is not supported.
- Preview products: Products in the preview do not have the GVLK, so you need to manually install the GVLK for KMS activation.

## No solutions at this time

- Error code: 0x80040154, Class not registered.
Expand Down
16 changes: 16 additions & 0 deletions docs/faq/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,19 @@ Microsoft does not allow Office to be installed in other path, nor do we recomme
## The path is null or empty, please check your system variables

To fix the problem, go to Toolbox page and [reset system variables](/toolbox/windows.md#reset-system-variables).

## Office installation is stuck

If Office installation progress is stuck between 0-49%, it means that the Office installer could not get the required files.

- If you are installing online, please check your network connection or try a different network.
- Enable [download first](/deploy/README.md#download-first), this can minimize problems due to the network.
- Try to [verify Office installation files](/deploy/settings/basic.md#installation-files), sometimes there are problems with the files.

If Office installation progress is stuck between 50-100%, it means that an error occurred during the Office installation.

- If the installer allows you to ignore this error, then you can choose to ignore it, but VBA or certain functions may not be available.
- Try to close or exit all third-party software. Some third-party software may incorrectly prevent the installer from running.
- Try to [remove Office](/toolbox/office.md#remove-office), then try to install again.

If the above suggestions does not work, you may need to reinstall Windows.
18 changes: 8 additions & 10 deletions docs/zh-cn/activate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,25 @@

批量许可证可以使用 MAK 激活,也可以使用 KMS 激活。

- MAK 指的是批量激活密钥(Multiple Activation Key),MAK 密钥有激活次数上限,可以多次使用并激活 Office。
- MAK 指的是批量激活密钥(Multiple Activation Key),MAK 密钥有使用次数上限,可以多次使用并激活 Office。一旦激活成功,激活将永久有效
- KMS 激活指的是使用密钥管理服务(Key Management Service)进行激活,KMS 激活需要使用 GVLK,并设置 KMS 主机。

在激活信息不丢失的情况下,使用 MAK 激活为永久激活。

KMS 续期策略由 KMS 主机决定。通常情况下,一次激活的有效期是 180 天,每隔 7 天续期一次。

## 许可证管理

### 安装许可证

你可以从列表中找到你需要的许可证并安装,按住 <kbd>Ctrl</kbd> 可以同时选择多个许可证。Office Tool Plus 为零售许可证内置了默认密钥,为批量许可证内置了 GVLK 密钥。
你可以从列表中找到你需要的许可证并安装。Office Tool Plus 为零售许可证内置了默认密钥,为批量许可证内置了 GVLK 密钥。

安装新的许可证时,现有的许可证不会被覆盖,因此许可证可以共存。

::: tip 提示

安装许可证时,你可以按住 <kbd>Ctrl</kbd> 以同时选择多个许可证。您也可以在筛选框中键入 `|` 以进行多条件筛选。例如键入 `office ltsc 2021|visio 2021` 以筛选 Office 2021 LTSC 许可证和 Visio 2021 许可证。

:::

### 安装其他许可证

如果你需要,你可以安装其他许可证,通常情况下,Office 许可证储存在 `C:\Program Files\Microsoft Office\root\Licenses16`。使用该功能不会安装 Office 产品密钥,需要自行安装密钥。
Expand Down Expand Up @@ -63,12 +67,6 @@ KMS 主机的默认端口是 1688,如果需要,可以手动输入指定为

您可以从这里检索当前设备上已安装的 Office 许可证的信息,支持 vNext 许可证和传统的 Office 许可证。

::: tip 什么是 vNext 许可证?

vNext 许可证是 Microsoft 订阅用户的专属许可证,通常是 Microsoft 365 个人/家庭版订阅或 Microsoft 365 企业版订阅许可证。这些许可证与微软账户绑定,具有一定的时间限制,通常情况下需要在两个月内联网验证可用性,否则 Office 可能会弹出订阅过期的提示。

:::

### vNext 许可证

Office Tool Plus 支持查看 vNext 许可证的状态、期限、使用者等信息。您也可以在这里删除不想要/不需要的 vNext 许可证。在删除之前,建议先从 Office 应用程序内退出相应微软账户的登录。
Expand Down
12 changes: 12 additions & 0 deletions docs/zh-cn/deploy/settings/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ Office 部署工具是微软官方工具,提供了部署 Office 的完整支

:::

::: tip 提示

添加产品时,你可以按住 <kbd>Ctrl</kbd> 以同时选择多个产品。您也可以在筛选框中键入 `|` 以进行多条件筛选。例如键入 `365|VisioPro` 以筛选 Microsoft 365 产品和 Visio 专业版产品。

:::

### 应用程序

应用程序会随你选择的产品不同而显示不同的内容。
Expand Down Expand Up @@ -141,6 +147,12 @@ Bing 是一个用于 Chrome 和 Edge 的浏览器插件。若要了解更多信

如果你选择了“部署为校对工具”,则该语言将会被安装为校对工具,不包含 Office 显示语言。

::: tip 提示

添加语言时,你可以按住 <kbd>Ctrl</kbd> 以同时选择多个语言。您也可以在筛选框中键入 `|` 以进行多条件筛选。例如键入 `en-us|zh` 以筛选 English (United States) 和中文语言包。

:::

### 语言类型区别

| 语言类型       | 说明 |
Expand Down
24 changes: 24 additions & 0 deletions docs/zh-cn/faq/activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@
这个错误代码表示你正在安装的 Office 产品密钥没有对应的许可证,你需要先安装对应的 Office 许可证,然后再安装这个产品密钥。

## 0xC004F074

> 软件授权服务报告无法激活该产品,无法联系任何密钥管理服务(KMS)。
确保以下事项没有问题:

- 网络连接正常。
- 你正在使用的 KMS 主机能够正常工作。[如何测试?](/zh-cn/toolbox/README.md#测试-kms-主机可用性)

然后做以下事情:

- [重置 Software Protection 服务](/zh-cn/toolbox/windows.md#重置-software-protection-服务)
- 再次尝试激活。

## 0xC004E015

> 软件授权服务报告许可证使用失败
Expand All @@ -47,6 +61,7 @@
确保以下事项没有问题:

- 系统时间正确。
- 网络连接正常。
- 你正在使用的 KMS 主机能够正常工作。[如何测试?](/zh-cn/toolbox/README.md#测试-kms-主机可用性)

然后做以下事情:
Expand All @@ -66,6 +81,15 @@
请使用 Windows Update 检查并安装所有的 .NET Framework 更新。

## 没有在系统中找到有效的 Office KMS 许可证

若要使用 KMS 激活,你需要为 Office 安装批量(Volume)许可证和 GVLK。

通常情况下,当您在 Office Tool Plus 中安装对应的批量许可证后,您就可以正常使用 KMS 进行激活了,但以下情况除外:

- SPLA 许可证:SPLA 许可证仅能使用 MAK 进行激活,不支持 KMS 激活。
- 预览版产品:处于预览阶段的产品没有 GVLK,因此您还需要手动安装 GVLK 才可进行 KMS 激活。

## 尚无解决方案的错误

- 错误代码:0x80040154,没有注册类。
Expand Down
16 changes: 16 additions & 0 deletions docs/zh-cn/faq/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,19 @@ Microsoft 365 应用可能无法在老旧的系统上安装或运行。微软强
## The path is null or empty, please check your system variables

要修复这个错误,请在工具箱页面[重置系统变量](/zh-cn/toolbox/windows.md#重置系统变量).

## Office 安装进度卡住不动

如果安装进度卡在 0-49% 之间,则表示 Office 安装程序无法获取所需文件。

- 如果是在线安装,请检查网络状况是否良好,或者尝试换个网络。
- 尝试使用[下载后再部署](/zh-cn/deploy/README.md#下载后再部署),这能够最大程度避免因网络而出现问题。
- 尝试[校验 Office 安装文件](/zh-cn/deploy/settings/basic.md#安装文件),有时候是文件出现了问题。

如果安装进度卡在 50-100% 之间,则表示 Office 安装过程中出现了错误。

- 如果安装程序允许你忽略这个错误,那你可以选择忽略,但 VBA 或者某些功能可能不可用。
- 尝试退出所有第三方软件,某些第三方软件可能会错误阻止安装程序的运行。
- 尝试[移除 Office](/zh-cn/toolbox/office.md#移除-office),然后重新安装。

如果以上步骤不起作用,您可能需要重新安装 Windows。
18 changes: 8 additions & 10 deletions docs/zh-tw/activate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,25 @@

批量许可证可以使用 MAK 激活,也可以使用 KMS 激活。

- MAK 指的是批量激活密钥(Multiple Activation Key),MAK 密钥有激活次数上限,可以多次使用并激活 Office。
- MAK 指的是批量激活密钥(Multiple Activation Key),MAK 密钥有使用次数上限,可以多次使用并激活 Office。一旦激活成功,激活将永久有效
- KMS 激活指的是使用密钥管理服务(Key Management Service)进行激活,KMS 激活需要使用 GVLK,并设置 KMS 主机。

在激活信息不丢失的情况下,使用 MAK 激活为永久激活。

KMS 续期策略由 KMS 主机决定。通常情况下,一次激活的有效期是 180 天,每隔 7 天续期一次。

## 许可证管理

### 安装许可证

你可以从列表中找到你需要的许可证并安装,按住 <kbd>Ctrl</kbd> 可以同时选择多个许可证。Office Tool Plus 为零售许可证内置了默认密钥,为批量许可证内置了 GVLK 密钥。
你可以从列表中找到你需要的许可证并安装。Office Tool Plus 为零售许可证内置了默认密钥,为批量许可证内置了 GVLK 密钥。

安装新的许可证时,现有的许可证不会被覆盖,因此许可证可以共存。

::: tip 提示

安装许可证时,你可以按住 <kbd>Ctrl</kbd> 以同时选择多个许可证。您也可以在筛选框中键入 `|` 以进行多条件筛选。例如键入 `office ltsc 2021|visio 2021` 以筛选 Office 2021 LTSC 许可证和 Visio 2021 许可证。

:::

### 安装其他许可证

如果你需要,你可以安装其他许可证,通常情况下,Office 许可证储存在 `C:\Program Files\Microsoft Office\root\Licenses16`。使用该功能不会安装 Office 产品密钥,需要自行安装密钥。
Expand Down Expand Up @@ -63,12 +67,6 @@ KMS 主机的默认端口是 1688,如果需要,可以手动输入指定为

您可以从这里检索当前设备上已安装的 Office 许可证的信息,支持 vNext 许可证和传统的 Office 许可证。

::: tip 什么是 vNext 许可证?

vNext 许可证是 Microsoft 订阅用户的专属许可证,通常是 Microsoft 365 个人/家庭版订阅或 Microsoft 365 企业版订阅许可证。这些许可证与微软账户绑定,具有一定的时间限制,通常情况下需要在两个月内联网验证可用性,否则 Office 可能会弹出订阅过期的提示。

:::

### vNext 许可证

Office Tool Plus 支持查看 vNext 许可证的状态、期限、使用者等信息。您也可以在这里删除不想要/不需要的 vNext 许可证。在删除之前,建议先从 Office 应用程序内退出相应微软账户的登录。
Expand Down
12 changes: 12 additions & 0 deletions docs/zh-tw/deploy/settings/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ Office 部署工具是微软官方工具,提供了部署 Office 的完整支

:::

::: tip 提示

添加产品时,你可以按住 <kbd>Ctrl</kbd> 以同时选择多个产品。您也可以在筛选框中键入 `|` 以进行多条件筛选。例如键入 `365|VisioPro` 以筛选 Microsoft 365 产品和 Visio 专业版产品。

:::

### 应用程序

应用程序会随你选择的产品不同而显示不同的内容。
Expand Down Expand Up @@ -141,6 +147,12 @@ Bing 是一个用于 Chrome 和 Edge 的浏览器插件。若要了解更多信

如果你选择了“部署为校对工具”,则该语言将会被安装为校对工具,不包含 Office 显示语言。

::: tip 提示

添加语言时,你可以按住 <kbd>Ctrl</kbd> 以同时选择多个语言。您也可以在筛选框中键入 `|` 以进行多条件筛选。例如键入 `en-us|zh` 以筛选 English (United States) 和中文语言包。

:::

### 语言类型区别

| 语言类型       | 说明 |
Expand Down
Loading

0 comments on commit 19a4bd4

Please sign in to comment.