Google Chrome has a functionality to automatically update to the latest version. Unless you are using the stable version, updates are rolled out quite frequently. The new version may not always have a new feature, and but possibly have some security or stability issues.
If you wish to prevent Google Chrome Browser from updating automatically, here’s how to do it on Windows, Mac and Linux.
Windows
There are two ways to disable automatic updates on Windows, using Group Policy Editor or Registry Editor.
Group Policy Editor
- Download Google Update Administrative Template.
- Launch Group Policy Editor (Start > Run: gpedit.msc)
- Navigate to Local Computer Policy > Computer Configuration > Administrative Templates
- Right-click on Administrative Templates, and select Add/Remove Templates
- Now add the downloaded GoogleUpdate.adm template.
- Once complete, navigate to Administrative Templates > Google > Google Update > Preferences.
- There modify the Auto-update check period override property.
Registry Editor
Disable Google Chrome Automatic Updates:
Open Registry Editor(Start > Run: regedit)and navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
In the right pane, add a new DWORD
value DisableAutoUpdateChecksCheckboxValue
and set it to 1
to disable automatic updates. If later you wish to re-enable updates, change the value to 0
.
Change Update Check Frequency:
Add a new DWORD
value AutoUpdateCheckPeriodMinutes
and set to desired minutes. Ex. to check for update once a day set 1440
or for once a week set 10080
minutes.
Mac OS
Enable\Disable Google Chrome Automatic Updates
To disable updates, enter the following command in the Terminal application:
$ defaults write com.google.Keystone.Agent checkInterval 1
To re-enable updates, enter the following command:
$ defaults write com.google.Keystone.Agent checkInterval 0
Terminal “defaults write com.google.Keystone.Agent checkInterval 0” is executed (one automatic updates enabled, specify the interval in seconds.)
Change Update Check Frequency
Check for updates once a day:
$ defaults write com.google.Keystone.Agent checkInterval 86400
Here the frequency is in seconds, so for once a week enter the same command with value as 604800.
Linux
Don’t click on notifications asking for automatic updates in the standard package management system.
One thought on “Disable, Delay Automatic Google Chrome Updates on Windows, Mac & Linux”
Enable\Disable Google Chrome Automatic Updates
To disable updates, enter the following command in the Terminal application:
$ defaults write com.google.Keystone.Agent checkInterval 1
—–
wrong // google says:
http://www.google.com/support/installer/bin/answer.py?answer=147176