Chrome automatic update disabled analysis

Hi Team,
Please help me to create a analysis through which we can find out the client on which google chrome is installed and auto update is disabled.

(exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update” whose (value “DisableAutoUpdateChecksCheckboxValue” of it = 1 AND value “AutoUpdateCheckPeriodMinutes” of it = 0) of registry) OR (if exists key “gupdate” whose (exists value “start” of it) of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services” of registry then exists key “gupdate” whose (value “start” of it = 4) of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services” of registry else false)

Probably easier to just use the native fixlets:

1 Like