Google Chrome Uninstall

(imported topic written by jrice91)

I’ve been working on creating a task that removes google chrome from computers in our network. For some reason my task keeps failing and I cannot figure out why. Any help would be appreciated.

Here is what I’ve got:

wait cmd /c taskkill /im chrome.exe /T /f

this is where it fails–> run{value “uninstallstring” of key “HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome” of registry}

(imported comment written by SystemAdmin)

This should work

wait cmd /c taskkill /im chrome.exe /T /f
waithidden {value "uninstallstring" of key "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome" of registry}

(imported comment written by jrice91)

It is still failing on me.

(imported comment written by SystemAdmin)

See if this key exists, instead of HKLU

HKLM\software\microsoft\windows\current version\uninstall\google chrome

(imported comment written by jrice91)

It does not exist.

(imported comment written by JackCoates91)

Hi,

we published some Google Chrome fixlets today, please see this post for details: http://forum.bigfix.com/viewtopic.php?id=6827

thanks,

Jack