Get Hardware Information for HWs that is not installed

老子叫甜甜 提交于 2019-12-11 06:45:16

问题


I am pretty sure how to retrieve hardware information with WMI classes. but WMIs have a big limitation: They Just can get information for installed hardwares.

I need to retrieve information about CPU (model,speed,etc..),Video Card, Sound Card, USB Ports, etc. I found a really good software (HWiNFO) that can do this even the drivers for hardware parts is not installed. It seems that HWiNFO uses a internal database to give a name for each hardware part.

So is there any free library/DLL/component that can do this in Windows XP or higher

Note:

Although HWiNFO SDK seems good, it's not free. So it doesn't exist! ;)

I need a free library.


回答1:


HWiNFO32 has an SDK for you to integrate their component into your software.

http://www.hwinfo.com/sdk.html



来源:https://stackoverflow.com/questions/1617421/get-hardware-information-for-hws-that-is-not-installed

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!