Skip to content

Instantly share code, notes, and snippets.

@nerdegem
Last active August 24, 2022 14:50
Show Gist options
  • Select an option

  • Save nerdegem/05639eb2f9ca93503a127016f3034b39 to your computer and use it in GitHub Desktop.

Select an option

Save nerdegem/05639eb2f9ca93503a127016f3034b39 to your computer and use it in GitHub Desktop.
Forcing Office to Update if your Organisation blocks updates...
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