Created
February 23, 2021 01:13
-
-
Save donhector/d4fb342f5aaea4a5cd15916361427676 to your computer and use it in GitHub Desktop.
Office Deployment Tool config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Configuration> | |
<Add OfficeClientEdition="64" Channel="PerpetualVL2019" ForceUpgrade="TRUE"> | |
<Product ID="ProPlus2019Volume" PIDKEY="NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP"> | |
<Language ID="MatchOS" /> | |
<!-- If you need , comment it. --> | |
<!-- <ExcludeApp ID="Word" /> --> | |
<!-- <ExcludeApp ID="Excel" /> --> | |
<!-- <ExcludeApp ID="PowerPoint" /> --> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="Groove" /> | |
<ExcludeApp ID="Lync" /> | |
<ExcludeApp ID="OneDrive" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="Outlook" /> | |
<ExcludeApp ID="Publisher" /> | |
</Product> | |
<Product ID="LanguagePack"> | |
<Language ID="MatchOS" /> | |
</Product> | |
<Product ID="ProofingTools"> | |
<Language ID="en-us" /> | |
<Language ID="es-es" /> | |
<Language ID="ca-es" /> | |
</Product> | |
</Add> | |
<Property Name="SharedComputerLicensing" Value="0" /> | |
<Property Name="SCLCacheOverride" Value="0" /> | |
<Property Name="AUTOACTIVATE" Value="0" /> | |
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" /> | |
<Property Name="DeviceBasedLicensing" Value="0" /> | |
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment