Retrieving system information without WMI
Posted
by
user94481
on Programmers
See other posts from Programmers
or by user94481
Published on 2013-06-20T19:46:28Z
Indexed on
2013/07/01
23:14 UTC
Read the original article
Hit count: 408
I want to write an application where I can fetch system information like CPU-Z (for example) does. I don't want to rely on WMI, because I want to grab stuff like information about the manufacturing process of the GPU (like from a database) and I don't want to maintain this by myself, because that would require too much effort.
I already came up with HWiNFO32 SDK but I wonder if there are any (maybe free) alternatives to it?
© Programmers or respective owner