How can I retrieve the current computer hardware information, such as video card, network card... etc. This information will be used for fingerprinting of the system.
Windows Management Instrumentation(WMI) can be used in getting any kind of hardware information from your system or even a remote system. for example processor name,version, bios version, manufacturer name.
name it and you can get it.
if you would like to have code samples, mail me at dadaniel@lycos.com
Yeah.. I've read a lot of stuff on WMI, but it seems that it's missing a lot. I need to get unique information for each hardware part such as the processor serial number on the video card.
Win32_VideoController seems to be missing it, or am I missing it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.