Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- cls
- TITLE Uninstalling QT, AAS and ASU
- wmic product where "name like 'QuickTime%%'" call uninstall /nointeractive
- wmic product where "name like 'Apple Application Support%%'" call uninstall /nointeractive
- wmic product where "name like 'Apple Software Update%%'" call uninstall /nointeractive
- goto END
- :END
- exit
Advertisement
Add Comment
Please, Sign In to add comment