Windows Update errore 0x80073712
Un errore di Windows Update abbastanza comune è 0x80073712, un errore che può dipendere da diversi fattori, servizio non correttamente avviato o corrotto, librerie corrotte, mancata registrazione delle librerie, download con errori, registrazione della fonte dei download errati o autorizzazioni errate.
Su Windows 10 è possibile usare l’assistente di Windows scaricandolo dal sito Microsoft.
Su Windows 11 è possibile usare l’assistente di Windows scaricandolo dal sito Microsoft.
In alternativa tramite CMD con diritti di amministrazione su Windows 7,8 e 8.1 eseguite questi comandi:
net stop bits net stop wuauserv del /f /q %windir%\WindowsUpdate.log del /f /s /q %windir%\SoftwareDistribution\*.* %windir%\system32\regsvr32.exe /s %windir%\system32\atl.dll %windir%\system32\regsvr32.exe /s %windir%\system32\jscript.dll %windir%\system32\regsvr32.exe /s %windir%\system32\msxml3.dll %windir%\system32\regsvr32.exe /s %windir%\system32\softpub.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuapi.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuaueng.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuaueng1.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wucltui.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wups.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wups2.dll %windir%\system32\regsvr32.exe /s %windir%\system32\wuweb.dll REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f net start bits net start wuauserv wuauclt /resetauthorization /detectnow
Anche in questo caso vi consiglio di effettuare un controllo del disco fisso da eventuali settori danneggiati ed anche un controllo DISM
Dism /Online /Cleanup-Image /RestoreHealth