Changes between Version 1 and Version 2 of Microsoft Office


Ignore:
Timestamp:
01/27/21 07:07:05 (4 years ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Microsoft Office

    v1 v2  
    33[wiki:"Office Will Not Open A Document on Double Click (Open)"]
    44
     5
     6{{{
     7"C:\Program Files\Microsoft Office\Office\winword.exe" /unregserver
     8
     9The 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:
     10
     11"C:\Program Files\Microsoft Office\Office\winword.exe" /regserver
     12
     13This 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.
     14}}}
     15