This guide explains how to get the AMD Adrenalin October 2024 Edition (24.10.1) driver to install on a 2019 MacBook Pro 16" with Radeon Pro 5500M under Windows 10 Boot Camp.
Windows Update often installs a Microsoft/Boot Camp version of the AMD driver, which blocks custom or modded installers. To prevent this, run PowerShell as Administrator and enter:
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f /v ExcludeWUDriversInQualityUpdate /t REG_DWORD /d 1
Use pnputil to find and remove AMD display drivers currently loaded:
pnputil /enum-drivers
Look for entries with:
Remove each one:
pnputil /delete-driver oemXX.inf /uninstall /force
(Replace XX with the number you found. If the driver is in use, reboot and run again.)
This clears the active driver and prepares the system for installation.
If your modded driver used to require unsigned acceptance, enable test mode:
bcdedit /set testsigning on
Reboot afterward.
Disable the internet to prevent Windows Update from interfering, then locate your extracted AMD driver folder and double-click setup.exe. With the previous driver removed and updates blocked, it should install normally.
If the installer still refuses to run, you can use an INF-based installation method instead—just ask if you want those steps included here.