Skip to content

Instantly share code, notes, and snippets.

@matasarei
Created March 18, 2018 15:39
Show Gist options
  • Select an option

  • Save matasarei/963949d2c5e088c8d2faa65e920e7739 to your computer and use it in GitHub Desktop.

Select an option

Save matasarei/963949d2c5e088c8d2faa65e920e7739 to your computer and use it in GitHub Desktop.
HOWTO: Use diff MS Office versions on same system

HOWTO: Use diff MS Office versions on same system

  1. Install MS Office from oldest to newest versions.
  2. Run Office apps you want to use by default.
  3. Run next command to prevent MS Office run configuration scipts (for each installed version):
reg add HKCU\Software\Microsoft\Office\<office version>\Word\Options /v NoReReg /t REG_DWORD /d 1

Replace <office version> with next values:

  • 11.0 - Office 2003
  • 12.0 - Office 2007
  • 14.0 - Office 2010
  • 15.0 - Office 2013
  • 16.0 - Office 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment