The change of .txt registry key to default value of "txtfile" also worked for me.
Here are the lines of a .reg file that will set this key:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.txt]
@="txtfile"
(Attached is a downloadable .reg file containing those lines.)
(Back up your registry before running any .reg file.)