


This worked great for me for uninstalling Enterprise v62 圆4 across the domain. The following is the script that i have implemented in my Power Shell script and it works like a charm in uninstalling the Google Chrome without any UI interaction #Following steps are being used to uninstall the current version of Google Chrome Write-host "Un-Installing the current version of Google Chrome from your machine." $AppInfo = Get-WmiObject Win32_Product -Filter "Name Like 'Google Chrome'" If ($AppInfo)
