Situatie
Avem eroarea: The description for Event ID ’29’ in Source ‘Microsoft-Windows-Kernel-Boot’ cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:’3221225473′, ‘4643856080469784’
Solutie
Rezolvare problema:
1.Opriti si dezactivati serviciul WMI
“sc config winmgmt start=disabled”
“net stop winmgmt”
2.Rulati urmatoarele comenzi.
“Winmgmt /salvagerepository %windir%System32wbem”
“Winmgmt /resetrepository %windir%System32wbem”
Daca problema persista atunci incercati urmatorii pasi:
1.Opriti si dezactivati serviciul WMI
“sc config winmgmt start=disabled”
“net stop winmgmt”
2.Redenumiti folder-ul repository care il gasiti in calea ( %windir%System32wbemrepository) in repository.old.
3.Activati serviciul WMI
“sc config winmgmt start=auto”
4.Restartati serverul si problema ar trebuii sa fie rezolvata.
Leave A Comment?