Office LTSC 2021 沒有KMS金鑰時,如何大量佈署?
Deploy Office 2019 (for IT Pros)(此方法適用於Office 2016以後的版本)
Use Key Management Service (KMS) to activate Office 2019
|
PIDKEY
|
Enter the Generic Volume License Key (GVLK) for KMS activation.
|
Use Multiple Activation (MAK) to activate Office 2019
|
PIDKEY
|
Enter the product key for MAK activation.
|
用於 Office 部署工具的示例 configuration.xml 文件
以下是示例 configuration.xml 文件,可用於使用本地網絡上的共享文件夾下載或安裝英文版的 64 位版本的 Office Professional Plus 2019,並使用 MAK 激活。如果您使用此 configuration.xml 安裝 Office 2019,則在安裝過程中刪除以前的 Windows Installer (MSI) 版本的 Office。此外,即使未在 configuration.xml 文件中指定,也會自動啟用更新並配置為直接來自 Office CDN,因為這些是默認設置。
<Configuration>
<Add SourcePath="\\Server\Share" OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume" PIDKEY="#####-#####-#####-#####-#####" >
<Language ID="en-us" />
</Product>
<Product ID="ProofingTools">
<Language ID="de-de" />
<Language ID="ja-jp" />
</Product>
</Add>
<RemoveMSI />
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
對於 PIDKEY,將 #####-#####-#####-#####-##### 替換為您的 MAK 客戶端激活密鑰。
微軟文件:https://docs.microsoft.com/en-us/deployoffice/office2019/deploy