chrome浏览器如何取消无法更新的提示

工具使用   发布日期:2023年05月24日   浏览次数:685

将以下代码保存成bat文件,把此文件添加到开机启动项里,自动启动。同时增加了取消无法更新Chrome的提示。

--disable-infobars --disable-background-networking

主要是这两段代码:

  1. :pi
  2. ping 10.64.246.1 -n 1 | find "TTL=" > nul
  3. if errorlevel 1 (
  4. goto pi
  5. ) else (
  6. start chrome.exe --disable-infobars --disable-background-networking --kiosk http://10.64.246.1/dx_peixun/idcard/
  7. )


以上就是chrome浏览器如何取消无法更新的提示的详细内容,更多关于chrome浏览器如何取消无法更新的提示的资料请关注九品源码其它相关文章!