Resolver erro 0x80041010 ao instalar SP1 no Windows Server 2008
You have WMI issues:
wbemErrInvalidClass = 0x80041010,
try this:
Can you please try the command winmgmt /verifyrepository from an elevated commad
prompt(cmd - run as administrator)? If you get WMI repository is Inconsistent please try the
following to reinstall WMI.
net stop winmgmt
ren %windir%\System32\Wbem\Repository Repository_backup
net start winmgmt
Open Command Prompt (cmd ) with elevated credentials (administrator)
Run winmgmt /salvagerepository to attempt to rebuild the repository
Register WMI components
cd /d %windir%\system32\wbem
for /f %%s in ('dir /b *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof *.mfl') do mofcomp %%s
wmiprvse /regserver
winmgmt /regserver
7.Reboot machine
After that, please test WMI connection with wbemtest as follows.
Run %SystemRoot%\System32\Wbem\WbemTest.exe
Click Connect
Click Connect
If you still hit connectivity error, you may want to try comprehensive rebuild below
rundll32.exe setupapi,InstallHinfSection WBEM 132 %windir%\inf\wbemoc.inf
Above command will ask for your Windows 2008 R2 installation disc
Hope it helps.
Source:
http://social.technet.microsoft.com/Forums/en/w7itproSP/thread/5e28b803-51ee-4e20-
80bc-22761e86b889
Tópicos relacionados
Atenção — todo o conteúdo publicado nesse blog não é destinado ao usuário final, e sim para técnicos como material de apoio. Não nos responsabilizamos pelos efeitos ou problemas decorrentes do uso dos tutoriais aqui publicados, ou arquivos para download, use por sua conta e risco.