首页 激活测试 小白教程 Office安装 Windows下载 数据 赞助 人工服务 Mac Office 关于

Office 下载安装

官方原版 Office 下载与安装教程

选择 Office 版本

2021

Office 2021

最新版本

  • Word / Excel / PowerPoint
  • Outlook / OneNote
  • Access / Publisher
支持 Windows 10/11
2019

Office 2019

经典版本

  • Word / Excel / PowerPoint
  • Outlook / OneNote
  • Access / Publisher
支持 Windows 10
2016

Office 2016

稳定版本

  • Word / Excel / PowerPoint
  • Outlook / OneNote
  • Access / Publisher
支持 Windows 7/8/10

官方下载渠道

微软官方

微软官网提供 30 天试用版下载

访问下载页面

批量许可门户

微软VLSC批量许可服务中心

访问下载页面

下载提示

建议从微软官方渠道下载原版镜像,确保文件安全性和完整性。下载后建议验证 SHA1 校验值。

安装教程

1

下载 Office 部署工具

访问微软官方下载 Office Deployment Tool (ODT),用于下载和安装 Office

2

创建配置文件

创建 configuration.xml 配置文件,指定要安装的 Office 版本和组件

3

下载安装包

运行命令下载 Office 安装包到本地

setup.exe /download configuration.xml
4

安装 Office

以管理员身份运行安装命令

setup.exe /configure configuration.xml

示例配置文件 (Office 2021 专业增强版)

<Configuration>
  <Add OfficeClientEdition="64" Channel="PerpetualVL2024">
    <Product ID="ProPlus2021Release">
      <Language ID="zh-cn" />
      <ExcludeApp ID="OneDrive" />
    </Product>
  </Add>
  <RemoveMSI />
  <Property Name="AUTOACTIVATE" Value="0" />
</Configuration>