IF EXIST %~dp0Browser\chrome.exe (
start %~dp0Browser\chrome.exe --proxy-server=127.0.0.1:7890 https://www.google.com/
) ELSE (
%SystemRoot%\System32\reg.exe query "HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe" >nul 2>&1
IF not errorlevel 1 (
start chrome.exe --proxy-server=127.0.0.1:7890 https://www.google.com/
)
)
chromeX 切换成自家浏览器代码
最新推荐文章于 2024-09-06 22:11:28 发布