Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Some CPU Information

Tags:

c++

windows

Well, i we're working on a CPU Controller, which shows all CPU Data. I've managed to get Windows Version, Windows Service Pack, Processor Name, Processor Speed, Processor Identifier(Though Registry Vals). But now i don't have any idea of how to get the processor Instructions, Caches, Video Card Information (Video Card Name, Available Memory, Total Memory), Southbridge Information (Ethernet Information)

Well, i've been loking on WinAPI but i get it very hard to work. I've looked over google 3 hours but nothing. :/ Any idea? :(

like image 696
Kazuma Avatar asked Feb 16 '11 18:02

Kazuma


1 Answers

Have you looked at WMI ? This appears to suggest you can get SouthBridge info through WMI.

like image 99
Brian Agnew Avatar answered Oct 26 '22 12:10

Brian Agnew