Follow these steps to uninstall the vCenter Proxy:
GUI: Go to your Control Panel, select Programs and Features (or Add/Remove Programs), and uninstall the “Cloudamize Proxy” program.
Command-line:
-
The following command will uninstall the Cloudamize Proxy quietly. Run it as administrator.
-
msiexec /x msi_file /qn
-
e.g., msiexec /x CloudamizeProxy.msi /qn
-
-
The following command will uninstall the Cloudamize Proxy via WMI
-
wmic product where name="Cloudamize Proxy" call uninstall
-