3
When single-clicking a .doc
, .docx
or .rtf
file, or attempting to double-click any of the aforementioned files I get the error int the title.
What I already tried:
- Following this Microsoft article, and changing the registry.
- Following this SU question and checking the my folder is not ecrypted
- Uninstalling completely then re-installing Office.
None of these seem to work - and this error causes the entire explorer process to freeze sometimes, as well.
Have you tried a repair install of Office? – CharlieRB – 2016-10-26T11:24:27.050
That's kind of a hail mary move, which I tried to no avail. – t0mgs – 2016-10-26T11:29:25.537
What version of Office? What OS? Have you run any disk scans? Malware scan? Virus scan? Is this computer logged into a domain? – CharlieRB – 2016-10-26T11:37:12.323
If you're using Windows, start
cmd
and typeecho temp >%temp%\temp.txt
. If this runs without error andtype %temp%\temp.txt
showstemp
, then there is nothing wrong with yourtemp
directory and the message is misleading, so check your event logs for relevant errors. (On OSX use the equivalentbash
commands.) – AFH – 2016-10-26T11:56:34.947@CharlieRB no domain, ran a disk scan - all is well, antivirus runs constantly with no threats shown. – t0mgs – 2016-10-26T11:58:47.277
@AFH - all works with the temp vars. Which logs should I check? And where? – t0mgs – 2016-10-26T11:58:48.943
Try registering Word with Windows again. Run >
winword.exe /r
– CharlieRB – 2016-10-26T12:25:59.900@CharlieRB - Did that too, doesn't work. – t0mgs – 2016-10-26T12:43:43.547
Check Control Panel -> Administrative Tools -> Event Viewer. – AFH – 2016-10-26T13:52:25.343
The logs don't show the error - not as Microsoft Office alerts or General Windows alerts, at least. – t0mgs – 2016-10-26T14:19:55.593