Solución al error en Windows 10 (0x80070424)
Abre el símbolo del sistema (También llamado «cmd» o «consola») como administrador y escribe los siguientes comandos:
«SC config wuauserv start=auto»
«SC config bits start=auto»
«SC config cryptsvc start=auto»
«SC config trustedinstaller start=auto»
«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»
Después de hacer esto, reinicia el ordenador.