WMIC
Command : Execute Process
wmic process call create "process_name"Command : Uninstall Software
wmic product get name /value
wmic product where name="XX" call uninstall /nointeractiveLast updated
Command : Execute Process
wmic process call create "process_name"wmic product get name /value
wmic product where name="XX" call uninstall /nointeractiveLast updated