How to disable updates for latest Chrome Enterprise version 44.0.2403.130
Hello,
I am trying to deploy the latest Chrome Enterprise version 44.0.2403.130 using the vendor provided MSI, however i am not able to disable the updates. I had previous version 40.0.2214.115 deployed and was able to disable the updates using below Reg Keys. Seems like these are not working any more for this latest Chrome. Any suggestions?
1. Set the value of HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\"AutoUpdateCheckPeriodMinutes" to the REG_DWORD value of "0".
1. Set the value of HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\"UpdateDefault" to the REG_DWORD value of "0".
Since above keys didn't work for this chrome, I also tried below Reg Keys but no luck: Any suggestions will be highly appreciated.
1. Set the value of HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update "Update{8A69D345-D564-463C-AFF1-A69D9E530F96}" to the REG_DWORD value of "0".
0 Comments
[ + ] Show comments
Answers (4)
Answer Summary:
Please log in to answer
Posted by:
jegolf
9 years ago
Have you tried using the admin templates to disable via group policy?
Comments:
-
Yes, i did import the template and applied the settings as suggested, but still didn't work. I did everything that would disable the updates, but none seemed to work. When you go to Chrome About, it still checks for updates. - shrestha.rajiv.k 9 years ago
-
I managed it when sequencing it in Appv 5.0 by doing the following:
Add the following registry settings:
Location:
“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Update”
Key: AutoUpdateCheckPeriodMinutes
Value: 0
Type: REG_SZ
Location: “HKEY_LOCAL_MACHINE\CurrentControlSet\Control\Session Manager”
Key: PendingFileRenameOperations
Value: “”
Type: MULTI_SZ
Run the following commands from the commandline as administrator:
SC delete gupdate & after SC delete gupdatem - Merceano 9 years ago
Posted by:
Merceano
9 years ago
I managed to disable it in App-v 5.0 by doing the following:
Add the following registry keys:
Remove the Google Update Services using command online (ran as admin) and type the commands SC delete gupdate & after SCdelete gupdatem
Add the following registry keys:
Locatie:“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Update”
Key:AutoUpdateCheckPeriodMinutes
Value: 0
Type: REG_SZ
Locatie: “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager”
Key:PendingFileRenameOperations
Value: “”
Type: MULTI_SZRemove the Google Update Services using command online (ran as admin) and type the commands SC delete gupdate & after SCdelete gupdatem
Posted by:
jagadeish
9 years ago
Top Answer
If nothing works then
C:\Program Files (x86)\Google\Update
Delete the following registry
HKLM\SOFTWARE\Wow6432Node\Google\Update
Comments:
-
Thanks Jagadeish,
Are you sure that these files and registries are not tied to any other Chrome features? Meaning is it safe to remove these? - shrestha.rajiv.k 9 years ago-
ok then just rename this registry hive (which says Google Update) alone with _ and check
HKLM\SOFTWARE\Wow6432Node\Google\Update\Clients\{430FD4D0-B729-4F61-AA34-91526481799D}
like
HKLM\SOFTWARE\Wow6432Node\Google\Update\Clients\{430FD4D0-B729-4F61-AA34-91526481799D}_ - jagadeish 9 years ago-
Looks like this is the only option left. I had our AD guy import the template and make a change through GPo, tested and still didn't work.
By doing as you suggested, Chrome can never complete the update check. Also, we might need to disable the scheduled tasks for chrome update, as well as the services.
Thanks ! - shrestha.rajiv.k 9 years ago
Posted by:
anonymous_9363
9 years ago