win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
1.83k stars 60 forks source link

Wrong registry entries SupemiumHTM #700

Closed joopbraak closed 3 days ago

joopbraak commented 4 days ago

Installation creates filetype association entries SupemiumHTM (.HTM, .HTML, etc.) and HKEY_CLASSES_ROOT\SupemiumHTM key.

Instead of SupermiumHTM.

win32ss commented 4 days ago

SupemiumHTM is not a typo. On Windows 8 and above, some registry key names used by the shell had an undocumented length limit imposed on them. "Supermium" was too long so it had to be shortened.

joopbraak commented 3 days ago

Ah, OK. Thanks. Those new Windows versions keep getting better and better...