Setting the default browser or automatically launching other browsers

  

Lock the default browser, usually set up with 360 or other software, but not all cases. For example, in some cases, the default browser we set does not work, or automatically start other browsers to open the specified content, most of the online is solved through the registry, I looked at it, not comprehensive, under Win7 system There are two places to be modified. I will come one by one.

Operation Steps

Press the Win+R key on the keyboard to open the Run dialog box and type regedit to open the Registry Editor.


Expand to [HKEY_CLASSES_ROOT\\http\\shell\\

open\\command] and copy the path of the default browser. Below is the 360 ​​browser. As the default browser.


There may be a lot of tutorials
so far, the default browser set up in this way will open with other browsers when opening the mailbox in the QQ interface. I wrote the following code:

Windows
Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\WebMind]@="WebMind Document"[HKEY_CLASSES_ROOT\\WebMind\\Shell ][HKEY_CLASSES_ROOT\\WebMind\\Shell\\open][HKEY_CLASSES_ROOT\\WebMind\\Shell\\ope

n\\command]@="\\"C:\\\\Program Files\\\\Internet Explorer\\\\iexplore.exe \\" \\"%1\\""[HKEY_CURRENT_USER\\Software\\Microsoft\\

Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice]"Progid"="WebMind"


Copy and paste, save as reg type, if you can't save it, select the save type as all files.


Finally, double-click the reg file, import it automatically, restart computer
, and let the settings take effect.

Copyright © Windows knowledge All Rights Reserved