A number of programs are failing with this error eg, MSinfo32, AS SSD, Samsung Magician etc. I have tried all the following actions to no avail:
Interestingly, the following script returns the correct info:
*strComputer = "." Set objWMIService = GetObject("winmgmts:\" & strComputer & "\root\cimv2") Set colItems = objWMIService.ExecQuery("Select * from Win32_operatingsystem") For Each objItem In colItems Wscript.Echo "Name: " & objItem.Name Next*
but the same query doesn't work in Paessler WMITest.exe - where I get the same 0x80041013 error! So it seems WMI itself is working normally but not when called from, say, MSinfo32.
No WMI error in Event Viewer for startup.
Any ideas of where to go from here?
Andrew
User contributions licensed under CC BY-SA 3.0