Hi DLynch456,
I'm an Independent Advisor and I'm happy to help you.
Please try these steps:
- Run Windows Update Troubleshooter
- Open Settings (Win + I) > System > Troubleshoot > Other Troubleshooters
- Run Windows Update Troubleshooter
- Restart your PC and try installing KB5043080 first again.
- Manually Reset Windows Update Components
- Open Command Prompt (Admin) and run the following commands one by one:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptsvc
net start bits
net start msiserver - Restart your PC and attempt the update again.
- Since KB5043080 is required for KB5050009, force its installation using DISM (Deployment Image Servicing and Management Tool):
dism /online /add-package /packagepath:"C:\Path\To\KB5043080.msu"
*Note: Replace "C:\Path\To\KB5043080.msu" with the actual path of the downloaded file.
If the installation completes successfully, restart and try KB5050009.
- If DISM fails, try repairing system files before another attempt:
- Open Command Prompt (Admin).
dism /online /cleanup-image /restorehealth
sfc /scannow - Restart and retry the updates.
Additional notes on sound issue
- USB Audio Fix: If your sound issue persists after the update, check Device Manager (Win + X > Device Manager), uninstall and reinstall USB and sound drivers.
- Dell U2424H Screens: Check if there’s a firmware update available for these monitors from Dell’s website.
Final steps
- If none of these work, try installing KB5050009 using an in-place upgrade with the Windows 11 ISO from the Media Creation Tool.
- If sound remains broken, rollback the last update affecting audio drivers (Settings > Update & Security > Recovery > Go back to the previous version).
Let me know which step worked or if you need further guidance. :)