Use Command Prompt and enter "WMIC" to bring up wmic mode
wmic:root\cli>
Generate a list of installed applications.
product get name
Uninstall a specific application (Ex: uninstall Java 7 Update 51)
product where name="Java 7 Update 51" call uninstall
Enter "Y" to continute the uninstallation process
No comments:
Post a Comment