Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to get friendly names of COM ports through WMI interface. I have the code ready, but on one machine not all WMI classes are visible. When I browse WMI namespace root/CIMV2 with WMI code creation tool, on one machine I see 600 classes, on another I see only 82. COM port info is in one of the classes not shown in the second machine. Does anyone have any ideas? PS: WMI service is running.

share|improve this question
1  
Are you testing in the same Windows Version? are you running the application using a Administrator account? What tool are you using? – RRUZ Jan 31 at 13:32
Looks like the WMI repository was broken. I could rebuild it with the help of this: nucleustechnologies.com/Repair-WMI-Services.php – niw3 Jan 31 at 13:47

1 Answer

Sorry to answer my own question, but this solved my problem :

http://www.nucleustechnologies.com/Repair-WMI-Services.php

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.