You can receive error 0x80041010 from multiple applications that call WMI. For my example it was received in SCCM while patches were being applied.
No matter where you got the error the underlying issue is probably with WMI. Here is how to check!
Confirm WMI is Broken:
Launch the WMI MMC snapin by Start -> Run -> then enter WMIMGMT.MSC
Right click WMI Control (Local) and click Properties
If WMI is working properly then it will show that Good Properties. If you see Invalid class then your WMI is not working correctly.
Troubleshooting:
The first step is to download the Microsoft WMIDiag Tool. It will analyze WMI and give you a report with any issues it finds.
When you run the downloaded .EXE it will ask you where to extract the files. Once extracted right click the WMIDiag VBScript and click Open with Command Prompt
Here is what the script looks like while it runs:
Once complete you will get a text file of the results. Here you should be able to narrow down the cause of your WMI issue. In my case there are issues with .MOF registrations.
Resolve MOF Registration Errors:
To resolve MOF Registration errors the following commands need to be ran from an elevated command prompt. It will reregister all .MOF files with WMI.
CD C:\Windows\System32\WBEM
dir /b *.mof *.mfl | findstr /v /i uninstall > moflist.txt & for /F %s in (moflist.txt) do mofcomp %s
Here is what the command looks like while it runs:
Once finished check WMIMGMT.MSC to see if it is populating the Properties correctly.
Thank you for the detailed instructions! This fixed my issue right away.
Thanks for the article, have helped to solve the problem!
Thanks , this helped me as well
thanks… resolve mi issue
Thanks for your help!
Gret, it helped! Thank you!
very helpful…..thanks
Thanks so much from a Windows admin noob. 80% of what I do is Linux or UNIX admin, but when things like this happen, people like me appreciate pages like this SO MUCH!
Thank you very much. The About solution worked Perfectly.
It worked, thank you so much!!!
thanks men for all . all things is runing now
Luckily I landed on this page. The detailed instructions here resolved my problem. Thanks man!!!
I cited your cure at https://answers.microsoft.com/en-us/windows/forum/windows_other-windows_install/windows-home-server-2011-cannot-retrieve/617aee0a-ec92-4a77-8693-07413e7bb3d4
THANK YOU
Saved me from a world of pain with this – THANK YOU
Thanks Ben! 🙂
I have a customer with our software on their Win 8 PC. Was getting this same error message. I googled it and came upon this site. I followed these instructions and it worked perfectly. THANK YOU!!!!
Glad it worked! Thanks Chris!!
Thank you Daniel , you are awesome
Thank you Daniel, this worked perfectly!
THANK YOU you solved my issue
Thank you so much and it resolved my issue quickly
Worked fine!! I love you mate!! 🙂
Thank you, that works like a charm for my! 🙂
Thanks a lot! It was helped to add new DC!
Thank you SO MUCH for the detailed instructions! This worked like a charm and was MUCH better than the ‘instructions’ provided by my company.
Thank you so much. Solved my problem.
Really thank you mate, so much! It fixed my problem.
Thanks for the blog, quickly fixed an SCCM install issue on Windows 10.
Found an old Win7 w/o SP1 (which was working great) of an customer. But now upgrade to Win10 was not possible. But the solution worked Pretty fine. Thanks a lot!