Turn off Chrome updates
Is there a way to turn off Chrome's autoupdate feature? I'm trying to turn it off because I'm currently on a metered connection.
I tried to set the value of HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\UpdateDefault
to 0
, but that didn't help.
Is there a way to turn off Chrome's auto-update feature?
There are 3 possible solutions:
Disable Chrome Update scheduled tasks.
Disable "Google Update" plugin.
Modify
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
Solution 1 - Disable Chrome Update scheduled tasks
"Start" > "Run" > "Task Scheduler"
Select "Task Scheduler Library"
Select "GoogleUpdateTaskMachineCore", right click and select "Disable"
-
Select "GoogleUpdateTaskMachineUA", right click and select "Disable"
Close "Task Scheduler"
Solution 2 - Disable "Google Update" plugin
Enter "about: plugins" in the Address bar and press Enter.
Search for "Google Update" in the pop-up list and disable it.
Restart Chrome.
Solution 3 - Modify HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
Go the Registry Editor.
a. Windows 7 - press Windows+R at the same time to get the Run box, enter "regedit" press Enter.
b. Windows 8 - move your cursor to the right corner of the top screen to get the Charms bar. Then click on "Apps", enter "run" in the search box, press Enter, enter "regedit" in the pop-up box and press Enter
Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update
Look for "UpdateDefault" on the right side of the Registry Editor and double click on it.
Note:
If you cannot find "UpdateDefault", right click on a blank place in the right side > click "New" > "String Value" > Name it "UpdateDefault"
Change the value data to
0
Click "OK" to save the changes
Source How to Stop Google Chrome from Automatic Update
I found another and entirely different way to disable google chrome update in latest version 50.x. I followed this link Halting auto-updates (Not Recommended)
You should get the Administrative template for your Windows, from this link mentioned in the article above.
Launch group policy editor
Navigate to Start > Run: gpedit.msc
-
Import the template in this Administrative Templates screen,
Navigate to
Administrative Templates > Google > Google Update > Preferences
.On the right side select
Modify the Auto-update check period override
and select editpolicy setting
Enable this property and select the checkbox
Disable all the auto-update checks
below the "Minutes between update checks"
I did this in Windows 10 running Chrome version 50.0.2661.102 m.
It can be done with 2 simple steps:
- Go to
C:\Program Files (x86)\Google\
- Rename
Update
folder (for ex toUpdate.bak
)
That's it.
Update