Need a fast way to install and activate, Microsoft office and without annoying apps like OneDrive? Create a Configutation.xml and use it from the Command Prompt.
<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>
Stephan Pringle
Latest posts by Stephan Pringle (see all)
- Configuration.xml - Friday, March 12, 2021