Wingetlywingetly
← All apps

QuickTime

by Apple Inc.v7.79.80.95

Last updated

A powerful multimedia technology with a built-in media player, QuickTime lets you view Internet video and personal media in a wide range of file formats. And it lets you enjoy them in remarkably high quality.

Install with winget

$ winget install --id Apple.QuickTime --exact --version 7.79.80.95

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for QuickTime

QuickTime uses EXE. The silent install switches are /quiet /norestart.

One-line silent install (x86, machine scope)
QuickTimeInstaller.exe /quiet /norestart

See the full silent install reference for QuickTime

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

A powerful multimedia technology with a built-in media player, QuickTime lets you view Internet video and personal media in a wide range of file formats. And it lets you enjoy them in remarkably high quality.

It’s a multimedia platform.

Video from your digital camera or mobile phone. A movie on your Mac or PC. A media clip on a website. No matter what you're watching or where you're watching it, QuickTime technology makes it all possible.

It’s a sophisticated media player.

With its simple design and easy-to-use controls, QuickTime Player makes everything you watch even more enjoyable. Its clean, uncluttered interface never gets in the way of what you’re watching. Want to speed through a movie or slow things down? A handy slider lets you set playback from 1/2x to 3x the normal speed. And you can search through individual movie frames quickly.

It’s advanced video technology.

QuickTime features advanced video compression technology called H.264 to deliver brilliant, crisp HD video using less bandwidth and storage. So you’ll experience pristine video quality wherever you watch your videos.

It’s a flexible file format.

QuickTime lets you do more with your digital media. With QuickTime 7 Pro, you can convert your files to different formats and record and edit your work. Third-party plug-ins extend QuickTime technology in many different directions. And QuickTime streaming solutions let you stream your media across the Internet.

Installers · v7.79.80.95

ArchitectureTypeScopeInstallDownload
x86EXEmachineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

12 known CVEs via NVD

  • nonePatched in wingetCVE-2007-0718affects v7.0Mar 5, 2007

    Heap-based buffer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a QTIF file with a Video Sample Description containing a Color table ID of 0, which triggers memory corru...

  • nonePatched in wingetCVE-2007-0714affects v7.1.3Mar 5, 2007

    Integer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted QuickTime movie with a User Data Atom (UDTA) with an Atom size field with a large value.

  • nonePatched in wingetCVE-2007-0715affects v7.1.1Mar 5, 2007

    Heap-based buffer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted PICT file.

  • nonePatched in wingetCVE-2007-0716affects v7.0Mar 5, 2007

    Stack-based buffer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted QTIF file.

  • nonePatched in wingetCVE-2007-0717affects v7.0Mar 5, 2007

    Integer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted QTIF file.

  • nonePatched in wingetCVE-2007-0711affects v5.0.2Mar 5, 2007

    Integer overflow in Apple QuickTime before 7.1.5, when installed on Windows operating systems, allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted 3GP video file.

  • nonePatched in wingetCVE-2007-0712affects v7.1.2Mar 5, 2007

    Heap-based buffer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted MIDI file.

  • nonePatched in wingetCVE-2007-0713affects v7.1.3Mar 5, 2007

    Heap-based buffer overflow in Apple QuickTime before 7.1.5 allows remote user-assisted attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted QuickTime movie file.

Showing 8 of 12. Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Apple Mobile Device SupportApple Inc.
    Apple.AppleMobileDeviceSupportv19.4.0.10

    Standalone frontend for iTunes connections to iPhone, iPad, and iPod.

  • BonjourApple Inc.
    Apple.Bonjourv3.1.0.1

    Bonjour zero-configuration networking services for use by Windows applications such as iTunes, Safari and AirPort Utility.

  • Apple Application Support (64-bit)Apple Inc.
    Apple.AppleApplicationSupport.x64v8.7

    Apple libraries and tools for Apple's Windows applications

  • iCloud (Legacy)Apple Inc.
    Apple.iCloudv7.21.0.23

    With iCloud for Windows, you can access your photos, videos, mail, calendar, files, and other important information on your Windows PC.

  • Apple Application Support (32-bit)Apple Inc.
    Apple.AppleApplicationSupport.x86v8.7

    Apple libraries and tools for Apple's Windows applications

  • SafariApple Inc.
    Apple.Safariv5.34.57.2

    The Windows version (Last updated in 2012) of Apple's web browser.

More from Apple Inc. or browse audio, media, multimedia.

Frequently asked questions

How do I install QuickTime on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Apple.QuickTime --exact --version 7.79.80.95. winget downloads the installer from Apple Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install QuickTime silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Apple.QuickTime --exact 7.79.80.95 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for QuickTime?
QuickTime uses EXE. Run the downloaded installer with: QuickTimeInstaller.exe /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall QuickTime via winget?
Run: winget uninstall --id Apple.QuickTime --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from QuickTime's Apps & Features entry.
Is QuickTime free?
QuickTime is distributed under Proprietary. Refer to the publisher (https://support.apple.com/106375) for the full license terms - Wingetly itself does not charge for installation.
Does QuickTime work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls QuickTime directly from the publisher.
How do I keep QuickTime up to date?
Run winget upgrade --id Apple.QuickTime --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of QuickTime from microsoft/winget-pkgs.