Forum Discussion
Windows 11 Updating AMD Graphics
I normally keep all of my apps and software up to date so that's not the problem. There's a conflict between the "Advanced Micro Devices, Inc. - Display - 26.20.14048.2" update and every AMD update so far.
If I install the latest AMD update the micro update appears in Windows Update as a pending install. When I install the micro update the AMD control panel gives me an error message and won't open.
I have no idea what GPU you have, so it could be any one from this list...
https://www.catalog.update.microsoft.com/Search.aspx?q=Advanced%20Micro%20Devices%2C%20Inc.%20-%20Display%20-%2026.20.14048.2
Use Expand to extract the CAB and MSU files, to locate the original INF files to compare with what is already installed (so you know what to remove.)
"Expands one or more compressed files. You can also use this command to retrieve compressed files from distribution disks." -> https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/expand
Start the Command Prompt -> Start Menu -> Run -> taskmgr -> File -> Run new Task -> %SystemRoot%\System32\CMD.EXE -> Select "Create this task with administrative privileges." -> Click OK.
For example, you download hotfix 934307. The Windows6.0-KB934307-x86.msu file is in the C:\934307 folder. You type the following command at a command prompt to expand the .msu file to a temporary folder:
expand -f:* "C:\934307\Windows6.0-KB934307-x86.msu" %TEMP%
"Description of the Windows Update Standalone Installer in Windows" -> https://support.microsoft.com/en-us/topic/description-of-the-windows-update-standalone-installer-in-windows-799ba3df-ec7e-b05e-ee13-1cdae8f23b19
- Leroy_DartagnanNov 07, 2021Copper Contributor
I'm still having issues. I'm not into editing the like the registry because I'm not an expert in software stuff. I've included a screenshot of the graphics card properties. It's now saying the amd driver and software versions don't match.