Uninstall QuickTime For Windows
Here are the instructions to uninstall QuickTime for Windows via the Windows Programs And Features interface.
Click the Start Menu, then click the Control Panel, and click on Uninstall a program under Programs.
In the list of programs, highlight QuickTime For Windows, and then choose Uninstall.
At this point QuickTime 7 and the Browser plugins will be removed.
Google Chrome and Firefox will periodically download a list of safe plugins, and we expect that both organizations will soon automatically disable the QuickTime plugin.
If you need a more complete script that can be deployed to automatically remove QuickTime across a large network of computers, including all intermediate point, please get in touch with us on our Contact page.
Our support team members created the script below which removes all releases all from version 7.5 (released in 2008) to 7.7.
if not exist C:\Program Files (x86)\QuickTime\QuickTimePlayer.exe goto :endrem 7.6
MsiExec.exe /X{57752979-A1C9-4C02-856B-FBB27AC4E02C} /QNrem 7.7
MsiExec.exe /X{FF59BD75-466A-4D5A-AD23-AAD87C5FD44C} /QN
MsiExec.exe /X{8DC42D05-680B-41B0-8878-6C14D24602DB} /QN
MsiExec.exe /X{8B7917E0-AF55-4E8A-9473-017F0AA03AC8} /QN
MsiExec.exe /X{E7004147-2CCA-431C-AA05-2AB166B9785D} /QN
MsiExec.exe /X{57752979-A1C9-4C02-856B-FBB27AC4E02C} /QN
MsiExec.exe /X{C9E14402-3631-4182-B377-6B0DFB1C0339} /QN
MsiExec.exe /X{7BE15435-2D3E-4B58-867F-9C75BED0208C} /QN
MsiExec.exe /X{0E64B098-8018-4256-BA23-C316A43AD9B0} /QN
MsiExec.exe /X{AF0CE7C0-A3E4-4D73-988B-B29187EC6E9A} /QN
MsiExec.exe /X{B67BAFBA-4C9F-48FA-9496-933E3B255044} /QN
MsiExec.exe /X{111EE7DF-FC45-40C7-98A7-753AC46B12FB} /QN
MsiExec.exe /X{3D2CBC2C-65D4-4463-87AB-BB2C859C1F3E} /QN
MsiExec.exe /X{627FFC10-CE0A-497F-BA2B-208CAC638010} /QN
MsiExec.exe /X{80CEEB1E-0A6C-45B9-A312-37A1D25FDEBC} /QN
MsiExec.exe /X{FF59BD75-466A-4D5A-AD23-AAD87C5FD44C} /QNrem this removes apple application support. Needed by iTunes and iOS/iPod/iPhone/iPad devices
rem msiexec.exe /X{7FA9ECCF-A2DE-4DA1-BFF3-81260DBDA68F} /QN
rem msiexec.exe /X{691F30EB-9009-475A-B8A9-E1BF39598FD5} /QNrem this is apple software update
rem msiexec.exe /X{FFD1F7F1-1AC9-4BC4-A908-0686D635ABAF} /QN:end