Need a fast way to install and activate, Microsoft Office and do so without annoying apps like OneDrive or OneNote? Create a Configutation.xml and use it from the Command Prompt. To use the Configuration.xml file, run it with the setup.exe file generated from the Office Deployment Tool.
View code - ProPlus2019Volume
<configuration ID="00000000-0000-0000-000000000000">
<add OfficeClientEdition="64" Channel="PerpetualVL2019">
<product ID="ProPlus2019Volume" PIDKEY="YOUR-KEYS-WILL-WORK-HERE">
<language ID="en-us"></language>
<excludeapp ID="Groove"></excludeapp>
<excludeapp ID="Lync"></excludeapp>
<excludeapp ID="OneDrive"></excludeapp>
</product>
</add>
<property Name="SharedComputerLicensing" Value="0"></property>
<property Name="PinIconsToTaskbar" Value="TRUE"></property>
<property Name="SCLCacheOverride" Value="0"></property>
<property Name="AUTOACTIVATE" Value="1"></property>
<property Name="FORCEAPPSHUTDOWN" Value="FALSE"></property>
<property Name="DeviceBasedLicensing" Value="0"></property>
<updates Enabled="TRUE"></updates>
<appsettings>
<setup Name="Company" Value="Sipylus"></setup>
<user Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas"></user>
<user Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas"></user>
<user Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas"></user>
</appsettings>
<display Level="Full" AcceptEULA="TRUE"></display>
</configuration>