How to check Google Chrome Version in Analyses

Hi geeks, can I know how to check the google chrome version through BigFix’s Analyses?

Thank you

values "DisplayVersion" of keys whose (value "DisplayName" of it as string = "Google Chrome") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry

2 Likes

As Chrome registers with an AppPath you can also use the regapp inspection method

Q: versions of regapps "chrome.exe"
A: 107.0.5304.107
T: 0.918 ms

I use this as well as @trn’s method as this brings visibility of systems that may have an update installed but not yet applied. If the registry version is higher then the regapp version then the user needs to restart Chrome as its still the older, possibly vulnerable version.

3 Likes