Google chrome uninstall fails

Working on google chrome uninstall using

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}

actionscript. First time this script successfully uninstalled the google chrome. I again install google chrome and try to uninstall it, but it is not working. What I observed is this Google Chrome folder is not present in this Uninstall folder.

did you install a 64bit or 32bit version of the application? check both registries.

HKEY_CURRENT_USER has no context when run under the LocalSystem account as the BES Client does.

I’m pretty sure there are fixlets in the Updates for Windows Applications sites to find & remove per-user Chrome installations, but it depends on having a logged-on user with chrome installed.