2018-10-04

Uninstall programs from command line using wmic

Open an elevated command prompt and run:

wmic product get name to view all installed programs

wmic product where name="ApplicationName" call uninstall to uninstall an application

No comments:

Post a Comment