Roll Back Office to Specific Version
This is useful if you have an add-in that doesn’t work on a current version of Office. I created an SCCM package to perform the downgrade. :: Enable Office Updates “C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe” /changesetting UpdatesEnabled=True :: Perform Downgrade “C:\Program Files\Common Files\microsoft shared\ClickToRun\officec2rclient.exe” /update user updatetoversion=16.0.17726.20160 DisplayLevel=false :: Disable Office Updates “C:\Program Files\Common Files\microsoft Read More …