Saturday, April 20, 2013

Every time I open Word it runs a "configuration in progress" process. How do I have it open automatically?

Step1: Unregister and Re-register Windows Installer

Press Windows key + R, in the Run Window type ‘msiexec /unregister’ without quotes and click on OK.

Press Windows key + R, in the Run Window type ‘msiexec /regserver’ without quotes and click on OK.

NOTE: There is a single space in between ‘msiexec’ and ‘/’.

Step2: Add the D-Word values

Press Windows key + R, in the Run Window, type these commands one by one and click on OK.

  1. reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t REG_DWORD /d 1
  2. reg add HKCU\Software\Microsoft\Office\12.0\Excel\Options /v NoReReg /t REG_DWORD /d 1
  3. reg add HKCU\Software\Microsoft\Office\12.0\Outlook\Options /v NoReReg /t REG_DWORD /d 1
  4. reg add HKCU\Software\Microsoft\Office\12.0\PowerPoint\Options /v NoReReg /t REG_DWORD /d 1
  5. reg add HKCU\Software\Microsoft\Office\12.0\A

No comments:

Post a Comment