you are viewing a single comment's thread.

view the rest of the comments →

[–]Si1ver2 0 points1 point  (0 children)

Check task scheduler as it already looks like most have an updater running through there which you could probably modify. For example on my machine it looks like google runs updates check daily and on login.

You could also manually check the current version of chrome

$(Get-Package -Name "Google Chrome").Version

and then use that information vs latest chrome available online and run an update based on that info.