Hello
I have just identified the problem !
It is a wmi problem which is corrupt, to fix the problem:
stop service "Windows Management Instrumentation"
move folder %SystemRoot%\System32\Wbem\Repository
run command:
cd C:\WINDOWS\system32\wbem
for /f %s in (‘dir /b *.dll’) do regsvr32 /s %s
reboot the machine.
Regards,
Cirvent