Trimble Quadri Help
If Quadri for Windows crashes during start, check the log file in %TEMP%\Trimble\27.00\Quadri.log and search for: Management.ManagementException: Not found.
If that is in the log file, continue with the fix as follows.
Start windows WmiMgmt by entering:
wmimgmt.msc
from Windows start menu (Windows run or search)
From the Console right click “WMI Control (Local)” and select Properties.
If it is OK, then something else is wrong. If it fails, read below the pictures how to fix this problem
3. To fix failing WMI do the following:
Start a Command Prompt (cmd.exe) by pressing Start and entering cmd, then right click "Command prompt" and select "Run as Administrator".
4. From the Command Prompt enter:
CD C:\windows\system32\wbem
You should then be on that folder shown below:
5. Now enter the following lines at the Command Prompt: (copy and paste the text should work)
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
If it still doesn't work, check by going through this description again.
For more details around this error, see: https://tech.sadaalomma.com/tech/system-management-managementexception-not-found-windows-10/