Situatie
Atunci cand incercam sa folosim troubleshooter-ul din windows pentru update, sunet sau alte probleme si obtinem eroarea: “An error occurred while troubleshooting”.
Cateodata un simplu restart poate rezolva aceasta problema, dar daca nu se intampla, va arat cum putem rezolva.
Solutie
Deschidem un notepad si copiem aceste linii:
@echo off
net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%system32
ren catroot2 catroot2.old
net start cryptsvc
regsvr32 Softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll /s
echo Restarting Computer
shutdown.exe -r -t 00
Apasam pe File->Save as si salvam fisierul cu extensia “.bat”.
Dam click dreapta pe fisierul salvat si apasam “Run as administrator”.
Asteptam sa se termine toate procesele apoi restartam computerul.
Leave A Comment?