如何关闭chrome的更新提醒,找了很多方法都没有用,如(改注册表、禁用服务、文件夹改名),正确的方法是在快捷方式【属性】-【目标】的后面追加“(空格)--disable-background-networking”
--disable-background-networking
(注意:disable-back前面是空格、短横线、短横线)
禁止谷歌浏览器更新
修改hosts文件,
#禁用Chrome的自动更新 127.0.0.1 update.googleapis.com #禁止chrome浏览器插件自动更新 127.0.0.1 clients2.google.com 127.0.0.1 optimizationguide-pa.googleapis.com 127.0.0.1 support.google.com 127.0.0.1 www.gstatic.com
禁止提示开发者选项,更新等,在快捷方式后加参数
--no-first-run --disable-component-update --disable-crash-reporter --disable-breakpad --disable-background-networking --disable-logging --no-report-upload