Microsoft Word restores all open documents when clicking on a .DOC file
Solution 1:
You can fix this problem by blocking Word from using DDE to open files.
In the HKEY_CLASSES_ROOT\Word.Document.12\shell\Open
key:
- Delete or rename the
ddeexec
sub-key
In the HKEY_CLASSES_ROOT\Word.Document.12\shell\Open\command
key:
- Delete or rename the
command
value (not to be confused with the command key.) - Edit the (Default) value and add
"%1"
(including quotes) at the end
This solves the problem for .docx
files. If you also want to solve it for .doc
files, do the same thing for Word.Document.8
Thanks to: Rafael's Within Windows which has detailed instructions.
Solution 2:
In Vista at least, if you have multiple Word windows minimized and double click to open a document in Windows Explorer, it will (apparently) randomly pick ONE of the minimized windows to pop open.
This behavior is a little bit different than Joel describes above for Win7