How Can I Force Chrome to Update via GPO?

0
12
Asked By TechWhiz123 On

I'm trying to update our Group Policy Object (GPO) to enforce automatic updates for Google Chrome, but it's not working as expected. I've set up a test GPO with several settings. Although I configured options for Chrome to check for updates every 5 minutes and override the default update policy to be enabled, Chrome still doesn't update until a user manually goes to the 'Help' section and selects 'About Google Chrome'. I'm not sure if this issue is due to a missing registry value or if there's something else I missed. Ideally, I want Chrome to update automatically without user intervention or at least reduce the need for users to manually trigger the update when they open the browser. Any tips or advice would be greatly appreciated!

5 Answers

Answered By ITFixer99 On

If by any chance you’re not deploying the Chrome enterprise MSI version, that could also be the problem. Make sure you’re using the correct installation method. It’s important because the managed version in settings means it should be controlled by your organization.

Answered By UpdateNinja On

Consider using a patch management solution, especially since Chrome updates frequently. We use VulnDetect and have had success with it, but I’ve also heard good things about PDQ Deploy. It simplifies the process of keeping all applications up to date.

Answered By ServerGuru88 On

First, make sure you’re using the latest ADMX files for Google Chrome Enterprise. If you're not sure, it's worth checking into that. Also, you can verify if the GPO is applied correctly to your computer by running `gpresult /r /scope:computer`. This will ensure that the settings are taking effect as intended.

Answered By SCCMDev On

I can understand your concerns. We use SCCM as well, but given how often Chrome updates, I was hoping GPO would be a more efficient method since it’s our default browser. But it seems like it's not as straightforward as expected.

Answered By PatchMaster42 On

You should also check the GoogleUpdater task in Task Scheduler. It's that task that handles automatic updates without user interaction. If it's not running, Chrome won’t update on its own. Maybe it’s failing for some reason, so take a look at the task status.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.