Do you want to associate ONLY DOCX, or all Word format files with 2010?
If is all Word file types, you can use the RegServer command:
Re-register the application
(Note: You may have to adjust the path to the EXE to match your installation. Verify the path before running the command.)
Close the app. Open the Run Window: <WIN> R, use the following command (Modify the Path to match your specific installation):
“C:\Program Files\Microsoft Office\Office\winword.exe” /unregserver
The quotes are necessary, but you may need to change the path so it reflects the location of the winword.exe file on your system. (You can use Windows’ Search tool to locate the path to the winword.exe file.) The /unregserver switch “unhooks” all
the references to Word in the Windows Registry.
You should then, immediately, use the following command:
“C:\Program Files\Microsoft Office\Office\winword.exe” /regserver
“C:\Program Files (x86)\Microsoft Office 14\Office14\winword.exe” /regserver
This command causes Word to rewrite all its Registry keys and to reassociate itself with document and template files. Now you can double-click a document file and see if Windows starts Word and opens the document.
Note: This article says that regserver does not work with Office 2010:
http://support.microsoft.com/kb/291288
Re Register re-register – regserver batch file
Make sure the path is correct for your installation. I have put these files into a BAT file on my desktop so I can run it as needed.
“C:\Program Files\Microsoft Office 2010\Office14\winword.exe” /unregserver
“C:\Program Files\Microsoft Office 2010\Office14\winword.exe” /regserver
Pause
“C:\Program Files\Microsoft Office 2010\Office14\excel.exe” /unregserver
“C:\Program Files\Microsoft Office 2010\Office14\excel.exe” /regserver
Pause
Quick Determine Office applications path
- open Excel
- open the Visual Basic Editor (aka VBE)
- open the Immediate window, Ctrl-g (also in the View menu)
- type or paste the following in the Immediate window
?application.path
- With the cursor at the end of the line, ie after “path”, hit Enter
If you want to change only the one file association, you will have to do that through Win 10. It sounds like you know how to, but it does not seem to be working for you. Is that correct? Describe the steps you are taking.