/build/static/layout/Breadcrumb_cap_w.png

Remove Google Chrome

Is there a script to remove any version of Google Chrome?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: Nico_K 3 years ago
Red Belt
0

Usually you will have MSI files, where an uninstall is easy and also silently.

msiexec /X{ID] /qn

would unistall completely silent. 

With KACE go to Inventory|Software| <the software in question> and check for Uninstall String.
With this string you can setup a script (if you want to uninstall multiple software in one script)

You also can use the Uninstaller under:
Scripting | Configuration Policies | Windows Uninstalller.
Set this up which produces you a script for this special Software only.

And of course you can use WMIC for doing this in a script for Software where no other way can be found (or multiple software with a similar name)

wmic product where "name like 'Google Chrome%%'" call uninstall /nointeractive
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ