Skip to content

Instantly share code, notes, and snippets.

@zekrom-vale
Created September 8, 2019 00:36
Show Gist options
  • Save zekrom-vale/39c47673d461a8d6cd8cd4733e0d5425 to your computer and use it in GitHub Desktop.
Save zekrom-vale/39c47673d461a8d6cd8cd4733e0d5425 to your computer and use it in GitHub Desktop.
Revert Office 365 2016
@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