ESTE PROBLEMA APARECE AL ESTAR DAÑADOS LOS SERVICIOS DE WMI
Revisa el servicio de instrumento de administracion de Windows (WMI), este debe estar iniciado, ese lo puedes encontrar en los servicios de windows

Si este es el caso, deberá reparar los servicios WMI.
Primero, detenga el servicio WMI siguiendo los pasos anteriores, pero en su lugar, haga clic con el botón derecho y seleccione Detener.
Luego cambie el nombre a la carpeta Repositorio ubicada en C:\Windows\system32\wbem\repository a repository_old.
Reinicie el servicio WMI. Compruebe si la información del sistema funciona correctamente.
eDrawing debería poder abrirse después de una reparación exitosa de los servicios WMI.
OPCION 2 PARA REPARAR LOS SERVICIOS WMI
STEP 1: Open the CMD Prompt as Admin and navigate to the folder by copying and pasting:
Cd C:\windows\system32\wbem
STEP 2: Copy/paste these lines into the window and wait for the system to finish. ( I copied them all at one time)
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
regsvr32 cimwin32.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
regsvr32 wmisvc.dll
wmiprvse /regserver