How to uninstall the 32 bit Version 09 and 10 via command line

The following lines are code are the command line codes that must be executed to
uninstall DeMaSy 32-bit in a powershell window as with administrator rights

wmic product where “name like ‘DeMaSy'” call uninstall
wmic product where “name like ‘Crystal Reports For Workstation'” call uninstall
wmic product where “name like ‘SAP Crystal Reports runtime engine for .NET Framework (32-bit)'” call uninstall
wmic product where “name like ‘SAP Crystal Reports runtime engine for .NET Framework (64-bit)'” call uninstall

The following lines are code are the command line codes that must be executed to
remove the existing ODBC32 connections in a powershell windows with administrator rights

Remove-OdbcDsn -Name ODBC-DeMaSy -DsnType System -Platform 32-bit
Remove-OdbcDsn -Name ODBC-Licence -DsnType System -Platform 32-bit