2User919
Maybe it will help if you'll post content of .reg files related to your Windows association of .html (use spoiler BBCode tag if it's large).
With Regedit, export following keys to .reg files:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.HTM_HTML]
[HKEY_CLASSES_ROOT\.htm]
[HKEY_CLASSES_ROOT\.html]
and also
[HKEY_CLASSES_ROOT\<x>]
where <x> is a value of default (in .reg file shown as @) parameter under [HKEY_CLASSES_ROOT\.htm] and [HKEY_CLASSES_ROOT\.html]
Also some questions:
* do you have same problem with opening the files with .htm as you have with files having .html extension?
* do you have this problem when trying to open such files from 32-bit and 64-bit TC launched as administrator (with elevated rights)?
HTML files opening is not working
Moderators: Hacker, petermad, Stefan2, white
Re: HTML files opening is not working
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Re: HTML files opening is not working
User919 already answered that:do you have same problem with opening the files with .htm as you have with files having .html extension?
Yes, it does work.petermad wrote:
Friday 10-01-2020, 01:30:50
Does it work from TC if you change the extension of the file to .htm ?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: HTML files opening is not working
Keys:
- [HKEY_CLASSES_ROOT\.htm]
- [HKEY_CLASSES_ROOT\.html]
- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm]
- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html]
Registry does not contain such.DrShark wrote: 2020-01-11, 09:53 UTC
[HKEY_CLASSES_ROOT\<x>]
where <x> is a value of default (in .reg file shown as @) parameter under [HKEY_CLASSES_ROOT\.htm] and [HKEY_CLASSES_ROOT\.html]
DrShark wrote: 2020-01-11, 09:53 UTC Also some questions:
* do you have same problem with opening the files with .htm as you have with files having .html extension?
* do you have this problem when trying to open such files from 32-bit and 64-bit TC launched as administrator (with elevated rights)?
- No
- I run usualy administrator elevated TC. The same applies to 32 bit version.
Re: HTML files opening is not working
Your .reg file for HKCR\.htm from above link actually has it (@="IceDragonHTML, so the requested registry key is [HKEY_CLASSES_ROOT\IceDragonHTML]).
Anyway, now you can try to apply the same default app for .html files by importing following .reg file:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.html]
@="IceDragonHTML"
"Content Type"="text/html"
"PerceivedType"="text"
Well, some apps don't open files if started either with user rights or elevated, so it's worth trying it both ways.User919 wrote: 2020-01-11, 17:56 UTC
- I run usualy administrator elevated TC. The same applies to 32 bit version.
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Re: HTML files opening is not working
Code: Select all
[HKEY_CLASSES_ROOT\.html]
@=""
I just find it peculiar that all the different approaches I gave you to associate .html to a browser hasn't been able to that for you...

License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: HTML files opening is not working
That did the job. I am sorry for misunderstanding about what should be searched under the keys.DrShark wrote: 2020-01-11, 18:33 UTC
Anyway, now you can try to apply the same default app for .html files by importing following .reg file:Code: Select all
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.html] @="IceDragonHTML" "Content Type"="text/html" "PerceivedType"="text"
Very well