{"id":881,"date":"2016-08-29T13:28:51","date_gmt":"2016-08-29T02:28:51","guid":{"rendered":"https:\/\/4it.com.au\/kb\/?post_type=article&#038;p=881"},"modified":"2016-08-29T13:28:51","modified_gmt":"2016-08-29T02:28:51","slug":"uninstall-windows-program-silently-using-command-line-wmic","status":"publish","type":"article","link":"https:\/\/4it.com.au\/kb\/article\/uninstall-windows-program-silently-using-command-line-wmic\/","title":{"rendered":"Uninstall Windows Program Silently Using the Command Line (WMIC)"},"content":{"rendered":"<p>Here are the instructions for uninstalling a program on a windows computer that was installed using the Windows Installer.<\/p>\n<p>The first step is to find out the names of installed programs on the windows computer. \u00a0To do this enter the following command:<\/p>\n<p><strong><code>wmic product get name<\/code><\/strong><\/p>\n<p>You will then see a list of all the installed programs on the computer. \u00a0Find the name of the program you wish to install and enter the following command:<\/p>\n<p><strong><code>wmic product where name=\"<span style=\"color: #ff0000;\">The Name Of The Program You Wish To Uninstall<\/span>\" call uninstall<\/code><\/strong><\/p>\n<p>Wait a few minutes and execute the following command again to see if the program has been removed from the list:<\/p>\n<p><strong><code>wmic product get name<\/code><\/strong><\/p>\n<p>If the program has been successfully uninstalled it will no longer be displayed<\/p>\n<p>&nbsp;<\/p>\n<div style='text-align:left' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>Here are the instructions for uninstalling a program on a windows computer that was installed using the Windows Installer. The first step is to find out the names of installed programs on the windows computer. \u00a0To do this enter the following command: wmic product get name You will then see a list of all the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","article-category":[452],"article-tag":[680,681],"class_list":["post-881","article","type-article","status-publish","format-standard","hentry","article-category-windows-10","article-tag-uninstall-windows-program-command-prompt","article-tag-wmic-uninstall-program-windows"],"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":7,"sum_votes":25},"_links":{"self":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article\/881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/comments?post=881"}],"version-history":[{"count":0,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article\/881\/revisions"}],"wp:attachment":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/media?parent=881"}],"wp:term":[{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article-category?post=881"},{"taxonomy":"article-tag","embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article-tag?post=881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}