遇到一个公司旧项目,谷歌浏览器不支持,直接闪退,记录一下当前浏览器跳转新浏览器打开新网址,携带用户信息登录,暂时只是在Windows机上解决。
之前在edge浏览器直接新打开了,原来是它本身就有这种方案
一、添加注册表信息
-
创建reg文件用于注册需要打开的软件
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\fastchrome] @="URL:fastchrome Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\fastchrome\DefaultIcon] @="\""C:\\Users\\vm\\AppData\\Roaming\\360se6\\Application\\360se.exe\",0" [HKEY_CLASSES_ROOT\fastchrome\shell] [HKEY_CLASSES_ROOT\fastchrome\shell\open] [HKEY_CLASSES_ROOT\fastchrome\shell\open\command] @="cmd /c set url=\"%1\" & call set url=%%url:fastchrome:=%% & call \"C:\\Users\\vm\\AppData\\Roaming\\360se6\\Application\\360se.exe\" %%url%%"