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 /nointeractive

Last updated