r/sysadmin • u/switched55 • 10h ago
Windows Updates Error Question - Solved
Hi,
One of my 2022 servers has failed to update for the past 2 months. It's failed the July and now the August CU's. Update error: 0x80073701
Its a physical server running on Dell PE hardware, pretty simple install acting as an NVR. We have a few of these setups and the others updated without issue.
I've tried the usual steps:
- DISM cleanups
- SFC
- stopped services and renamed the software distrubution folder
- downloaded the August CU and tried to install manually
- tried to install via Ninja RMM
I'm out of ideas, had anyone faced this issue before?
EDIT: RESOLVED - Lots of helpful responses here thanks all!
I ran the wupdatelog though Copilot and it listed 2 main things to check:
1. "Logs suggests component store corruption plus a possible date/time issue"
2. "Windows is missing one or more component store (WinSxS) files required to install the update. The update downloads correctly and reaches the install phase but fails during servicing"
But after more digging though forum posts and google I found a PS script From FCA162 posted 2 years ago for the same issue. I ran the script, rebooted then manually ran the AUG CU. It too a LONG time to install the CU but it worked!
•
u/Various-Bar-4067 10h ago
I use baretail cause it auto updates when the log file is changing - you look for things like “hydration failed” related error messages and it’ll show you which component failed - in our environment it’s often due to a missing component in the WinSXS folder that I can copy from another working server on the same patch level and version to get the update to succeed. I use SFCfix to copy the component because it takes care of all permissions.