Windows Update
ERROR_SXS_COMPONENT_STORE_CORRUPT (The component store is in an inconsistent state) – Windows 0x80073712
0x80073712
L'errore 0x80073712 (ERROR_SXS_COMPONENT_STORE_CORRUPT) indica che il catalogo dei manifesti WinSxS è corrotto, impedendo l'installazione di qualsiasi patch.
Cosa significa questo errore?
L'errore 0x80073712 (ERROR_SXS_COMPONENT_STORE_CORRUPT) indica che il catalogo dei manifesti WinSxS è corrotto, impedendo l'installazione di qualsiasi patch.
Messaggio originale
ERROR_SXS_COMPONENT_STORE_CORRUPT (The component store is in an inconsistent state)Contesto e parole chiave
Alias
- 0x80073712
- ERROR_SXS_COMPONENT_STORE_CORRUPT
Messaggi alternativi
- L'archivio componenti è danneggiato (0x80073712)
Prodotti
- Component Store / WinSxS
Piattaforme
- Windows 10
- Windows 11
Parole chiave
- 0x80073712 component store corrupt
- errore 0x80073712
Cause possibili
Manifesti WinSxS corrotti
I file .mum o .manifest nel Component Store risultano illeggibili.
molto comuneDiagnosi
CheckHealth DISM
Eseguire dism checkhealth.
Come leggere il risultato. Conferma lo stato di corruzione del Component Store.
powershell
dism /online /cleanup-image /checkhealthRisoluzione
Ripristino Component Store con DISM RestoreHealth
Scarica e ripara i manifesti corretti dai server Microsoft.
- Eseguire RestoreHealth
- Eseguire sfc /scannow
- Riavviare
powershell
dism /online /cleanup-image /restorehealth && sfc /scannowDomande frequenti
Se DISM fallisce con 0x80073712 cosa posso fare?
È necessario eseguire un aggiornamento sul posto (In-Place Upgrade) mantenendo file e app.
Approfondimenti
- Fix Windows Update errors with DISM - Microsoft Support documentazione_ufficiale