How do I change this command prompt command used for uninstalling a program from the command prompt.
wmic /node:System1 product where name=Adobe Reader call uninstall /nointeractive Is there a way I can do this without imputing a computer name?
August 17th, 2012 5:13pm

Hi, If you are want to perform this command to uninstall a program of remote server, you need specify a computer name to finish it: Uninstall software on remote computers using WMIC http://systemmanagement.ro/blog/2011/07/22/uninstall-software-on-remote-computers-using-wmic/ Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information. if you want to uninstall program on local computer, based on my test, you may run WMIC command first and then perform product where name= program name call uninstall command. Alex Zhao TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
August 20th, 2012 6:01am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics