التخطي إلى المحتوى الرئيسي

المشاركات

عرض المشاركات من يناير, 2023

Invalid Class Delphi WMI

 in windows 10 run cmd as administrator then winmgmt /resetrepository then enter ====================================== *** Recompile Mof files for WMI errors *** 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