首先,在[HKEY_CLASSES_ROOT]中添加一个自定义的“类型”。
其次,关联http协议到该类型。
我用的是枫树浏览器,相应路径大家自己改
具体代码如下:
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\open\command]@="\"C:\\Users\\Administrator\\AppData\\Local\\MapleStudio\\ChromePlus\\Application\\chrome.exe\" \"%1\""[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]"Progid"="WebMind"

