Wednesday, February 3, 2016

WMIC to unintsall software

wmic /failfast:on /node:@"c:\computers.txt" product where name="Acrobat.com" call uninstall /nointeractive

No comments:

Post a Comment