Situatie
Se mai intampla ca uneori update-urile de la Microsoft sa esueze.
Backup
Nu necesita!
Solutie
Pasi de urmat
Pentru aceasta deschidem CMD “Command Prompt” cu drepturi d e administrator si tastam urmatoarea comanda urmata de tasta “Enter”
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del „%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”
Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%system32catroot2 catroot2.bak
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
netsh winsock reset
netsh winhttp reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Dupa care restart si incercam din nou sa rulam instalarea update-urile de la Microsoft!
Leave A Comment?