Google Chrome
直接把谷歌的更新服务器屏蔽了,一劳永逸。
修改 "C:\Windows\System32\drivers\etc\host 文件,在最后增加
127.0.0.1 update.googleapis.com
保存后 win+r 快捷键,输入cmd打开命令行,输入"ipconfig /flushdns" 刷新dns
Firefox
安装目录内打开defaults\pref目录,打开channel-prefs.js文件,注释掉原来那句代码,将release拿掉即可解决了自动升级问题
//pref("app.update.channel", "release");
pref("app.update.channel", "");