Answer the question
In order to leave comments, you need to log in
How to fix broken WMI management instrumentation on Windows 10 Pro?
Windows 10 Pro
Problem - the WMI toolkit stopped working, error 0x80041001 with any access, the service itself starts normally, there are no intelligible errors in the events. Example:
C:\WINDOWS\system32>wmic computersystem get "Name"
ОШИБКА.
Код: 0x80041001
Описание: Общий сбой.
Answer the question
In order to leave comments, you need to log in
Re-sync or rebuild the WMI Repository
net stop winmgmt
cd C:\Windows\System32\wbem\
Rename repository old_repository
net start winmgmt
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b en-us\*.mfl') do mofcomp en-us\%s
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question