Teckademics

Uninstall Quicktime+

Apr 19th, 2016
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. @ECHO OFF
  2. cls
  3. TITLE Uninstalling QT, AAS and ASU
  4.  
  5. wmic product where "name like 'QuickTime%%'" call uninstall /nointeractive
  6. wmic product where "name like 'Apple Application Support%%'" call uninstall /nointeractive
  7. wmic product where "name like 'Apple Software Update%%'" call uninstall /nointeractive
  8. goto END
  9.  
  10. :END
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment