

Wmic /failfast:on /node:"%ComputerName%" product where "PackageCode like '%ProgramCode%'" call uninstall /nointeractive > ResultsOfUninstall.txt This is the command I am using the Process the Uninstall. (\\%computer_name%\ROOT\CI MV2:Win32_ Product.Id entifyingN umber="",Na me="ScanSn ap Organizer",Version="4.1.11. Uninstall has processed using WMIC Command: I have attempted using the PackageCode, Name, and. I have attempted this process several times on several different computer, with the same results.

Verified the Product PackageCode, Name, ProductName, etc. I run the command to uninstall certain programs (such as ScanSnap Organizer ), but after the command executes, and the results show the the program has been uninstalled, it still shows the program on the computer, and does not UnInstall it.

I am having a problem during the process of Uninstalling programs when using WMIC command.
