使用--make-default-browser参数,可以加速启动,还可以设置为默认浏览器,一举多得,如:C:\Users\Administrator\AppData\Local\360Chrome\Chrome\Application\360chrome.exe--make-default-browser此参数不弹窗,运行完后自动进程消失。
方法2:
start H:\常用软件\360极速浏览器\360Chrome\Chrome\Application\360chrome.exe
timeout/t 7
taskkill-f-im 360chrome.exe
设置成批处理然后通过无盘的开机启动项设置功能设置开机启动
方法3:
start C:\Program Files\360chrome\360chrome.exe
ping 127.0.0.1-n 6>nul
taskkill/f/im 360chrome.exe
方法4:
VBS代码:
Set ws=CreateObject("WScript.Shell")
ws.Run"Y:\常用工具\搜狗浏览器\SogouExplorer\SogouExplorer.exe",0
wscript.sleep 3000
ws.Run"taskkill/im sogouexplorer.exe/f/t",0