Uninstall Windows Program Via Command Line

To get a list of installed programs:

wmic product get name

or for a filtered list

wmic product where "name like '%DriveHQ%'" get name

To uninstall:

wmic product where name="DriveHQ....." call uninstall

This entry was posted in Technical. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

ERROR: si-captcha.php plugin: GD image support not detected in PHP!

Contact your web host and ask them to enable GD image support for PHP.

ERROR: si-captcha.php plugin: imagepng function not detected in PHP!

Contact your web host and ask them to enable imagepng for PHP.

This site uses Akismet to reduce spam. Learn how your comment data is processed.