Thanks for responding.
Haven't got the 'File Type tab', or the 'Advanced button'
Here are my Registry entries for the .LOG extension. You can compare to
yours, and change accordingly, or copy/paste each of these into Wordpad
saving as .reg files. Copy the text between the lines below. Then
merge each of the four files into the registry. If you do that, made a
restore point first.
LOG1.REG
___________________________________________
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.log]
@="txtfile"
[HKEY_CLASSES_ROOT\.log\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
___________________________________________
LOG2.REG
___________________________________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="ab"
"b"="WORDPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithProgids]
"txtfile"=hex(0):
___________________________________________
LOG3.REG
___________________________________________
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.log]
@="txtfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.log\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
___________________________________________
LOG4.REG
___________________________________________
Windows Registry Editor Version 5.00
[HKEY_USERS\S-1-5-21-279360871-841238210-1723193777-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG]
[HKEY_USERS\S-1-5-21-279360871-841238210-1723193777-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="ab"
"b"="WORDPAD.EXE"
[HKEY_USERS\S-1-5-21-279360871-841238210-1723193777-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithProgids]
"txtfile"=hex(0):
___________________________________________
The four files above were exported from my registry.. I believe you can
combine them as below, name whatever you prefer with a .reg extension,
and just merge the one file:
___________________________________________
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.log]
@="txtfile"
[HKEY_CLASSES_ROOT\.log\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="ab"
"b"="WORDPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithProgids]
"txtfile"=hex(0):
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.log]
@="txtfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.log\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_USERS\S-1-5-21-279360871-841238210-1723193777-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG]
[HKEY_USERS\S-1-5-21-279360871-841238210-1723193777-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithList]
"a"="NOTEPAD.EXE"
"MRUList"="ab"
"b"="WORDPAD.EXE"
[HKEY_USERS\S-1-5-21-279360871-841238210-1723193777-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.LOG\OpenWithProgids]
"txtfile"=hex(0):
___________________________________________