Silently remove list of programs from command line in windows

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%'”

 

Leave a comment

Your email address will not be published.