Search found 1 match

by tonyhes
12 Apr 2016 13:23
Forum: DOS Batch Forum
Topic: Amateur batch code seeks help – Uninstall via WMIC and product ID.
Replies: 1
Views: 2856

Amateur batch code seeks help – Uninstall via WMIC and product ID.

Hello Everyone, (My 1st post!) I am trying to create a batch will universally uninstall iTunes. The idea is to search for the product ID of iTunes and if present uninstall via that product ID. Here is the code I have so far: for /f "delims==" %%f in ('WMIC PRODUCT WHERE "Name like &qu...