Last active
August 24, 2022 14:50
-
-
Save nerdegem/05639eb2f9ca93503a127016f3034b39 to your computer and use it in GitHub Desktop.
Forcing Office to Update if your Organisation blocks updates...
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
| Either run the following command from a CMD/PowerShell or RUN prompt, or create a scheduled task.. | |
| "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update user updatepromptuser=true forceappshutdown=false displaylevel=true | |
| You can also add Channel="BetaChannel" | |
| "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update Channel="BetaChannel" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment