Word 2010 and 2007 (and 2003 for that matter) can coexist
As a training professional, I typically have more than 1 Office version installed on my machine. While Office 2010 and 2007 in general can coexist nicely, with the exception of Outlook, there is an annoying aspect with Word: when switching from one version to the other, you get a dialog box that is asking you to “wait” while the Setup process is “configuring” Word:
Thanks to this post on Herb Tyson’s Word Bible Blog, I finally got rid of this annoyance. The trick is to add a special value to the registry: add the DWORD NoReReg to HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options with value 1.
With a command prompt, you could do this as follows:
reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t REG_DWORD /d 1
For Word 2003, use HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options
Tags: Word, Word 2003, Word 2007, Word 2010
This entry was posted on Tuesday, November 16th, 2010 at 17:40 and is filed under Microsoft Office. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
