Run wmic first.
Silently remove list of programs by mask:
product where “name like ‘product%name%'” call uninstall /nointeractive
List of installed programs by mask:
product where “name like ‘product%name%'”
Run wmic first.
Silently remove list of programs by mask:
product where “name like ‘product%name%'” call uninstall /nointeractive
List of installed programs by mask:
product where “name like ‘product%name%'”