Uninstalling iTunes
Uninstall Apple iTunes
Step 1 - Create a batch file
@ECHO OFF
:Remove Apple iTunes
START /WAIT /MIN WMIC product where "Name LIKE '%%iTunes%%'" call uninstall /nointeractive
START /WAIT /MIN WMIC product where "Name LIKE '%%Bonjour%%'" call uninstall /nointeractive
START /WAIT /MIN WMIC product where "Name LIKE '%%Apple%%Mobile%%'" call uninstall /nointeractive
START /WAIT /MIN WMIC product where "Name LIKE '%%Apple%%Software%%'" call uninstall /nointeractive
Exit
Step 2 - Create the Third Party Template