Use Maxthon to open the hyperlink in MSN

  

[Computer Software and Hardware Application Network Tutorial] Many friends use Maxthon to browse the web, but even if you have set Maxthon as the default browser, open some in MSN Messenger The link (such as the web address sent by the netizen), the system will still call IE to open, which is obviously the effect we do not want.

The author consulted the official Maxthon site and found a solution: run the "Regedit" command to open the registry and navigate to "[HKEY_CLASSES_ROOT\\CLSID\\{0002DF01-0000-0000-C000-000000000046} \\LocalServer32]" branch.

In the right sub-window of the "LocalServer32" primary key, double-click the "Default" option, in the value setting window that pops up later, set its value to an empty string, and finally click the "OK" button.

I immediately tried this program and found that it has no effect in the author's Windows XP system, the link can still be opened in IE. I have found some solutions to the problem. You only need to edit the following content, save it as MSN.reg file, and import it into the registry.


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\.html]

"PerceivedType"="test"

@="GBHTML"

"Content Type"="text/html"

[HKEY_CLASSES_ROOT\\.htm]

"PerceivedType"="test"

@=" GBHTML"

"Content Type"="text/html"

[HKEY_CLASSES_ROOT\\GBHTML\\Defaultlcon]

@="C:\\Program Files\\Maxthon\\Maxthon. Exe,0" (Set Maxthon's installation directory here)

[HKEY_CLASSES_ROOT\\GBHTML\\Shell]

@=""

[HKEY_CLASSES_ROOT\\GBHTML\\Shell\\open]

[HKEY_CLASSES_ROOT\\GBHTML\\Shell\\open\\command]

@="\\"d:\\Program Files\\Maxthon\\Maxthon.exe"\\"%1""

Copyright © Windows knowledge All Rights Reserved