Chromium removal

I am looking to create an action to remove Chromium from existing computers. Is there any way I can remove chromium from installed computer. I am looking a fixlet which I can use …

This may help you get started.

value “UninstallString” of key “Software\Microsoft\Windows\CurrentVersion\Uninstall\Chromium” of current user keys (logged on users) of registry

this will return the uninstall string (which IF it was JUST an install of Chromium will look like):

“C:\Users\SomeUser\AppData\Local\Chromium\Application\54.0.2810.0\Installer\setup.exe” --uninstall

If Chromium was installed via another piece of software, the uninstall string will differ.

2 Likes