Hi, This problem was driving me insane. I managed to fix it on my Windows 7 Pro desktop with Office 2013.
My registry had these settings under HKEY_CLASSES_ROOT\Word.Document.12\shell\Open\command:
Default: "C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE" /n "%1" /o "%u"
Command: yh1BV5!!!!!!!!!MKKSkWORDFiles>!2-1&m&8y@Nmo2r)^f-C /n "%1" /o "%u"
I changed them to this (removing the, "/o "%u"" and adding "/q" before "/n" to remove the splash screen :
Default: "C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE" /q /n "%1"
Command: yh1BV5!!!!!!!!!MKKSkWORDFiles>!2-1&m&8y@Nmo2r)^f-C /q /n "%1"
I did the same for HKEY_CLASSES_ROOT\Word.Document.8\shell\Open\command, and am now able to open other files without restoring or maxmizing other minimized Word .doc or .docx files. Please let me know if this works for you as well.
Regards,
Keith
Keith, I tried this on my Word 2007 running on Windows XP Pro SP3 and unfortunately, it didn't make any difference. I didn't have quite the same registry entries that you indicate above but instead had Winword.exe parameters of "/n /dde" only. I tried adding
a "/q" before the "/n" and it didn't make a difference.
(Windows 7 Pro and Word 2007)
I, too, had this same issue Steve. The solution is as follows:
As has been said, use the regedit to navigate to the:
HKEY_CLASSES_ROOT\Word.Document.12\shell\Open\command
Set the start up switches in the Default value to: /q /n "%1" instead of: /n /dde (by double clicking and editing)
Set the start up switches in the Command value to: /q /n "%1" instead of: /n /dde (by double clicking and editing)
Then change the ddeexec key to ddeexec.disabled (right click and choose rename)
For those that need the info, the key is on the left hand side and the value name and value are on the right hand side of the regedit box - see diagram below from this link courtesy of Rafael Rivera:
http://withinwindows.com/within-windows/2008/09/03/taming-microsoft-word-2007s-file-associations-and-document-windows-part-two
Keep in mind that Raphael's solution did not work for many of us, myself included.
Now, do the exact same thing for the:
HKEY_CLASSES_ROOT\Word.Document.8\shell\Open\command
I will check the solution for Vista and Word 2003 and post the results later this evening...
Please let me know if it works...
FakePerson, thanks for the details. My concern in doing this is turning off DDE. From what I can determine, that can cause serious side-effects, unless I've been misinformed. For example, I believe DDE is used for copy, cut, and paste operations in Windows,
right? Can anyone confirm if turning off DDE as suggested causes other problems?
http://en.wikipedia.org/wiki/Dynamic_Data_Exchange
Thanks.