PROBLEMA Windows si blocca durante l'installazione degli aggiornamenti

Pubblicità

Akirasendo

Utente Attivo
Messaggi
235
Reazioni
7
Punteggio
48
Salve.
Qualche giorno fa mi è saltata la corrente mentre stavo spegnendo il pc. Mi è saltata surante la scritta "applicazione aggiornamenti in corso, non spegnere il pc".
D lì in poi, tutte le volte che spengo il PC e inizia ad installarmi gli aggiornamenti, windows si blocca e non li installa. Anche la "clessidra" circolare si ferma. E mi tocca spegnerlo a freddo, col bottone.
E, appena lo riaccendo, mi avvisa che windows non è stato spento correttamente.

Come posso farlo per non farlo più bloccare durante l'installazione degli aggiornamenti?
 
Apri il Blocco Note e incolla ciò che segue:

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


Adesso salva il file con il nome "WU.BAT". Ottenuto il file .bat, cliccaci sopra col tasto destro e fai "Esegui come Amministratore", dai "OK" a tutti gli avvisi di protezione e conferma l'esecuzione. Finita l'esecuzione riavvia.
 
Apri il Blocco Note e incolla ciò che segue:

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


Adesso salva il file con il nome "WU.BAT". Ottenuto il file .bat, cliccaci sopra col tasto destro e fai "Esegui come Amministratore", dai "OK" a tutti gli avvisi di protezione e conferma l'esecuzione. Finita l'esecuzione riavvia.
Un refresh degli update?
 
Pubblicità
Pubblicità
Indietro
Top