How do I install McAfee ESD Package on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id McAfee.MCPR --exact --version 10.5.374.0. winget downloads the installer from McAfee, LLC and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install McAfee ESD Package silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id McAfee.MCPR --exact 10.5.374.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall McAfee ESD Package via winget?⌄
Run: winget uninstall --id McAfee.MCPR --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from McAfee ESD Package's Apps & Features entry.
Is McAfee ESD Package free?⌄
McAfee ESD Package is distributed under Proprietary. Refer to the publisher (https://www.mcafee.com/support/s/article/000001616?language=en_US&msockid=2dd8dc14b3136b083171ca58b21c6a6e) for the full license terms - Wingetly itself does not charge for installation.
Does McAfee ESD Package 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 McAfee ESD Package directly from the publisher.
How do I keep McAfee ESD Package up to date?⌄
Run winget upgrade --id McAfee.MCPR --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of McAfee ESD Package from microsoft/winget-pkgs.