cadsys
Posts: 2
Joined: Thu Oct 26, 2023 8:10 pm

Simply3d won't open; problem with WMI service?

Haven't used my printer in a while. I open Simply3d and now I get this BS. I have checked the WMI service, appears to running normal.
26.10.2023_18.12.38_REC.png
cadsys
Posts: 2
Joined: Thu Oct 26, 2023 8:10 pm

Re: Simply3d won't open; problem with WMI service?

Fixed!


-run from elevated cmd prompt:

cd C:\Windows\System32\Wbem

for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s

for %i in (*.dll) do regSvr32 -s %i

net stop winmgmt /y

net start winmgmt

gpupdate /force

Return to “Troubleshooting and Bug Reports”