Mac版本的chrome关闭自动更新
- 打开终端,输入命令
defaults write com.google.Keystone.Agent checkInterval 0
重启chrome(现在chrome已经关闭了自动更新)
- 2
打开finder,前往,前往文件夹(快捷键Command+shift+G)
- 3
在弹出窗口输入下面路径:
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/
前往
- 4
接着双击该目录中的 CheckForUpdatesNow.command 文件,让它在终端中执行,现在就算是启动 Google 软件的手动更新功能了。
- 5
如果想要回复chrome的自动更新功能,只需在终端中运行下面的命令就可以
defaults write com.google.Keystone.Agent checkInterval 18000
1 个赞