How can I manage Google Chrome updates in a manual patching environment?

0
0
Asked By TechieTurtle42 On

I'm working in a company that still relies on outdated software management practices, leading us to update all applications manually. Some of our users install Google Chrome but eventually stop using it. When they stop, their workstations show on our vulnerability scans because Chrome doesn't get updated. I'm looking for effective methods to update Chrome outside of typical management tools. I tried using a batch file with the GoogleUpdate application, but that approach isn't working. Any suggestions?

4 Answers

Answered By UserFriendly21 On

Chrome should automatically update itself through its own background service. The catch is that it won’t update if `chrome.exe` is running, which sounds like part of your issue if users aren’t using it regularly. Also, group policies can help enforce updates if you set things up right.

Answered By SystemSavvy1 On

Have you thought about using the Windows Package Manager (winget)? It can manage updates for various applications, but I've had mixed results. If it works in your environment, it could save you a lot of time with commands like `winget upgrade --all` to schedule upgrades for all apps.

Answered By AppWalker99 On

You could check out Ninite Pro! It's a great tool for bulk application management, including updating Chrome. It simplifies deploying and updating apps across multiple workstations.

Answered By GadgetGuy88 On

Using PowerShell could be a solid solution. You might also want to consider switching to the Chrome enterprise version instead of individual installations. If you're looking for an easier way to manage updates, tools like PDQ Deploy might help you out more efficiently.

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.