Created
September 8, 2019 00:36
-
-
Save zekrom-vale/39c47673d461a8d6cd8cd4733e0d5425 to your computer and use it in GitHub Desktop.
Revert Office 365 2016
This file contains hidden or 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
@echo off | |
start https://support.office.com/en-us/article/version-and-build-numbers-of-update-channel-releases-ae942449-1fca-4484-898b-a933ea23def7 | |
echo Make sure to disable Microsoft Office 365 updates! | |
SET /P build= Enter build identifyer to revert to | |
cd %programfiles%\Common Files\Microsoft Shared\ClickToRun | |
officec2rclient.exe /update user updatetoversion=16.0.%build% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment