Hola Sergio:
Aqui te copio 2 Scripts, con el primero a mi me quedo todo solucionado; pero he sabido de casos donde es con el 2do scrip que todo queda ok.
Los puedes crear como un .BAT o un .CMD
----
@echo off
net stop wuauserv
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
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SUSClientIDValidation /f
net start wuauserv
wuauclt /resetauthorization /detectnow
exit
---
Si éste no te funciona; tambien pudes probar con otro:
--------------------------------------------------------------------------------------------
@echo off
net stop wuauserv
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start wuauserv
wuauclt /detectnow
--------------------------------------------------------------------------------------------
Quedo atento a tus comentarios,
Eduardo L.
La tarea del Foro TechNet: Conjugar el Verbo "Ayudar" ;)