Forum Discussion

Apolide's avatar
Apolide
Copper Contributor
Feb 02, 2024

Aggiornamenti Windows update non funzionanti

Buongiorno e da settembre che la mia copia di valutazione di windows 11 pro insider preview  Build 23560.ni_prerselease.230929-1513, ha smesso di fare aggiornamenti . 

HO lanciato tutti questo comandi con CMD amministratore:

 

net stop bits
net stop wuauserv
net stop cryptsvc

ren %systemroot%\System32\Catroot2 oldcatroot2
net start cryptsvc
del /f /q %windir%\WindowsUpdate.log
del /f /s /q %windir%\SoftwareDistribution\*.*
%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

 

 

, ma nulla da fare gli aggiornamenti non funzionano . 

No RepliesBe the first to reply

Resources