PDA

View Full Version : Windows update


Fiamma72
07-12-2017, 10:59
Da qualche giorno su diversi pc con Wndows 7 aggiornati all'ultima versione di aggiornamenti cumulativi novembre 2017 NON funziona più Windows Update.

http://imageshack.com/a/img923/1274/15rILZ.jpg

tallines
07-12-2017, 11:43
Ciao, chiedi nella discussione Ufficiale >

https://www.hwupgrade.it/forum/showthread.php?t=2792746&page=11

Nicodemo Timoteo Taddeo
07-12-2017, 14:19
Con il blocco note o altro editor di testo, crea un file di testo e chiamalo windowsupdate.bat (attenzione che non ci sia il .txt alla fine) con questo contenuto:


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
%windir%\system32\regsvr32.exe /s %windir%\system32\quartz.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

Poi avvia il file .bat con il click destro->esegui come amministratore, conferma tutto quello che ti viene chiesto. Alla fine verifica se la situazione si è sbloccata.

Mursey
09-12-2017, 19:16
Un'altra alternativa valida è usare http://download.wsusoffline.net/

Overaz
14-12-2017, 06:38
Con il blocco note o altro editor di testo, crea un file di testo e chiamalo windowsupdate.bat (attenzione che non ci sia il .txt alla fine) con questo contenuto:


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
%windir%\system32\regsvr32.exe /s %windir%\system32\quartz.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

Poi avvia il file .bat con il click destro->esegui come amministratore, conferma tutto quello che ti viene chiesto. Alla fine verifica se la situazione si è sbloccata.

risolto con questo metodo grazie ;)