TopicWindows Server →
⌚ About 2 min read
This BAOI guide provides a structured method for repairing Windows update 0x80073712.
Avant de commencer : adaptez toujours les commandes et manipulations à votre environnement. Sur un système de production, prévoyez une backup ou un retour arrière lorsque l’action peut modifier la configuration.
Étapes à suivre
-
1
Collect
To identify the exact error, time time and context.
-
2
Limit
Identify the systems and users involved.
-
3
Test
Use appropriate tools or commands to confirm cause.
-
4
Correct
Apply a targeted and reversible correction.
-
5
Validate
Play the full screenplay and check the logs.
Commands utiles
DISM /Online / cleanup-Image /Re Store-2005
sfc /scannow
À retenir
- Keep the initial state.
- Avoid multiple simultaneous changes.
- Document the final result.
Windows Update: distinguish reserved space from component-store corruption
Technical checkpoints
- 0x800F0922 often relates to servicing that cannot complete, blocked network access or insufficient space on a system/reserved partition depending on the case.
- 0x80073712 typically indicates damaged or missing components/manifests in the component store.
- DISM/CBS.log help determine whether the failure is in the component store instead of blindly resetting Windows Update.
Servicing
Read DISM/CBS, partition space and KB history before clearing SoftwareDistribution.
DISM /Online /Cleanup-Image /ScanHealth
Get-WindowsUpdateLog
Get-VolumeTopic-specific pitfalls
- Renaming SoftwareDistribution does not repair WinSxS corruption and removes diagnostic context.
- Changing the system/reserved partition without backup and boot knowledge is risky.
How to validate
- The targeted KB installs after remediation and reboot completes without rollback.
- DISM/SFC and logs no longer show the original corruption/error.