You can try the method from article below:
https://stackoverflow.com/questions/69666628/uninstall-google-chrome-using-powershell-script
https://stackoverflow.com/questions/40865484/how-can-i-uninstall-google-chrome-using-power-shell
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All
As chrome is not supported on Windows Server 2012 R2. i am trying to uninstall it from add/remove programs but i dont see it in add/remove programs. how do i remove chrome manually. i tried the below powershell script but it did not work.
Get-Process chrome |Stop-Process -Force
Set-Location 'C:\Program Files (x86)\Google\Chrome\Application'
.\chrome.exe -ArgumentList '/uninstall', '/silent' -Wait