Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
YerongAI committed Jan 8, 2024
1 parent c02ec52 commit 0f80077
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 34 deletions.
10 changes: 2 additions & 8 deletions docs/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Office 安装文件校验功能对在线部署时不起作用,仅可用于下

### Engine

下载引擎之间的区别:
Differences between engines:

| Engine | x86 | x64 & ARM64 | Progress | Proxy | Pause & continue | Cancellation |
| :-- | :-- | :-- | :-- | :-- | :-- | :-- |
Expand All @@ -96,15 +96,9 @@ Office 安装文件校验功能对在线部署时不起作用,仅可用于下
| Office Tool Plus |||| × | × ||
| Office Deployment Tool ||| × | × | × | × |

> 迅雷云加速开放平台为程序内置,不需要在系统上额外安装迅雷。
在中国大陆地区(根据系统区域设置识别)使用 32 位的 Office Tool Plus 时,下载引擎默认为迅雷,其他地区默认为 bezzad.Downloader。

使用 64 位或 ARM64 的 Office Tool Plus 时,下载引擎默认为 bezzad.Downloader。

::: warning Warning

使用 bezzad.Downloader 作为下载引擎时,如果储存 Office 安装文件的目标硬盘是机械硬盘,则不建议设置过高的**分块**数量。在高速下载时,过多的**分块**同时下载会导致文件总体写入速度下降。
When using *bezzad.Downloader* as download engine, it is not recommended to set the number of **chunks** too high if files are downloading to a hard disk drive (HDD), too many **chunks** downloading at the same time will reduce the write speeds.

:::

Expand Down
16 changes: 8 additions & 8 deletions docs/toolbox/office.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ To display internal channels, please enable [Display internal products and chann

## Remove Office

Support to remove all version of Office.
Support to remove all versions of Office.

如果移除 Office 出现了某些文件无法访问的问题,你可以多试几次,也可以手动找到文件删除。
If some errors occurred when removing Office, you can try again later or fix it manually.

当你启用**同时移除 Microsoft Store 版本的 Office** 时,程序会执行如下 PowerShell 命令以删除微软商店版本的 Office
If **Also remove the Microsoft Store edition of Office** is enabled, Office Tool Plus will run the following PS command to remove Office:

``` powershell
```powershell
Get-AppxPackage -name "Microsoft.Office.Desktop" | Remove-AppxPackage
```

当你启用`同时清除激活信息`时,Office Tool Plus 会同时卸载所有 Office 许可证和产品密钥。
If **Also clear activation** is enabled, Office Tool Plus will remove all Office licenses and product keys.

For more information please refer to [Uninstall Office from a PC](https://support.microsoft.com/en-us/office/uninstall-office-from-a-pc-9dd49b83-264a-477a-8fcc-2fdf5dbf61d8).

## Change Office Update Channel

此功能可以更改 Office 更新通道,从而实现不重装进行 Office 的升级/降级。
This feature allows you to change the Office update channel so that you can upgrade/downgrade Office without reinstalling it.

::: warning Notice

Office 企业版长期通道被锁定,一般情况下无法更改,也无法从别的通道更改到此通道。
The Office Perpetual Enterprise channel is locked and cannot be changed, nor can it be changed from another channel to this channel.

:::

Expand Down Expand Up @@ -62,7 +62,7 @@ User ID 为刚才复制的用户 ID,Name 是你想设置的名字,例如:`

填写完成后,点击`设置名称`按钮,重启你的 Office 应用程序即可看到新的名称。

### 更改 Office 传统许可证的属于者
### Change owner for legacy license

在部署页面查看您已安装的产品的 ID,例如 `ProPlus2021Volume``VisioPro2021Volume`

Expand Down
6 changes: 2 additions & 4 deletions docs/zh-cn/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,11 @@ Office 安装文件校验功能对在线部署时不起作用,仅可用于下

> 迅雷云加速开放平台为程序内置,不需要在系统上额外安装迅雷。
在中国大陆地区(根据系统区域设置识别)使用 32 位的 Office Tool Plus 时,下载引擎默认为迅雷,其他地区默认为 bezzad.Downloader。

使用 64 位或 ARM64 的 Office Tool Plus 时,下载引擎默认为 bezzad.Downloader。
在中国大陆地区(根据系统区域设置识别)使用 32 位的 Office Tool Plus 时,下载引擎默认为*迅雷*,其他情况默认为 *bezzad.Downloader*

::: warning 警告

使用 bezzad.Downloader 作为下载引擎时,如果储存 Office 安装文件的目标硬盘是机械硬盘,则不建议设置过高的**分块**数量。在高速下载时,过多的**分块**同时下载会导致文件总体写入速度下降
使用 *bezzad.Downloader* 作为下载引擎时,如果储存 Office 安装文件的目标硬盘是机械硬盘 (HDD),则不建议设置过高的**分块**数量,过多的**分块**同时下载会导致文件写入速度下降

:::

Expand Down
10 changes: 2 additions & 8 deletions docs/zh-tw/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,14 @@ Office 安装文件校验功能对在线部署时不起作用,仅可用于下

| 引擎 | x86 | x64 & ARM64 | 显示进度 | 代理 | 暂停 & 继续 | 取消 |
| :--------------------- | :-- | :-- | :-- | :-- | :-- | :-- |
| 迅雷 || × |||||
| Thunder || × |||||
| bezzad.Downloader |||| × |||
| Office Tool Plus |||| × | × ||
| Office 部署工具 ||| × | × | × | × |

> 迅雷云加速开放平台为程序内置,不需要在系统上额外安装迅雷。
在中国大陆地区(根据系统区域设置识别)使用 32 位的 Office Tool Plus 时,下载引擎默认为迅雷,其他地区默认为 bezzad.Downloader。

使用 64 位或 ARM64 的 Office Tool Plus 时,下载引擎默认为 bezzad.Downloader。

::: warning 警告

使用 bezzad.Downloader 作为下载引擎时,如果储存 Office 安装文件的目标硬盘是机械硬盘,则不建议设置过高的**分块**数量。在高速下载时,过多的**分块**同时下载会导致文件总体写入速度下降
使用 *bezzad.Downloader* 作为下载引擎时,如果储存 Office 安装文件的目标硬盘是机械硬盘 (HDD),则不建议设置过高的**分块**数量,过多的**分块**同时下载会导致文件写入速度下降

:::

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f80077

Please sign in to comment.