修改部分配置

This commit is contained in:
liyp 2024-02-28 13:57:56 +08:00
parent 939bc1905e
commit 7a66b2fde5
2 changed files with 21 additions and 42 deletions

View file

@ -1,46 +1,25 @@
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps, <Configuration ID="2ac74767-d19c-4efb-b6f9-0489219cc33c">
Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
The following sample allows you to download and install the 64 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="PerpetualVL2019"> <Add OfficeClientEdition="64" Channel="PerpetualVL2019">
<Product ID="ProPlus2019Volume"> <Product ID="ProPlus2019Volume" PIDKEY="NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP">
<!-- <Language ID="en-us" /> -->
<!-- <Language ID="zh-cn" /> -->
<Language ID="MatchOS" /> <Language ID="MatchOS" />
<!-- If you need , comment it. -->
<!-- <ExcludeApp ID="Word" />> -->
<!-- <ExcludeApp ID="Excel" /> -->
<!-- <ExcludeApp ID="PowerPoint" /> -->
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Groove" /> <ExcludeApp ID="Groove" />
<!-- OneDrive for Business => Groove -->
<ExcludeApp ID="Lync" /> <ExcludeApp ID="Lync" />
<!-- Skype for Business => Lync -->
</Product> </Product>
<Product ID="LanguagePack">
<!-- If you need Visio , uncomment it --> <Language ID="MatchOS" />
</Product>
<!-- <Product ID="VisioPro2019Volume"> -->
<!-- <Language ID="zh-cn" /> -->
<!-- </Product> -->
</Add> </Add>
<Property Name="SharedComputerLicensing" Value="0" />
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> --> <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<!-- <Display Level="None" AcceptEULA="TRUE" /> --> <Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="1" />
<!-- <Property Name="AUTOACTIVATE" Value="1" /> --> <Updates Enabled="TRUE" />
<RemoveMSI />
<AppSettings>
<User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" />
<User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" />
<User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" />
</AppSettings>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration> </Configuration>

View file

@ -11,8 +11,8 @@ You can use [this](https://config.office.com/deploymentsettings) to generate a n
## Download & Install ## Download & Install
``` ```
setup.exe /download office-vol.xml ./setup.exe /download ./office-vol.xml
setup.exe /configure office-vol.xml ./setup.exe /configure ./office-vol.xml
``` ```
## KMS Activtion ## KMS Activtion