Click to See Complete Forum and Search --> : CPU type and DMA mode


Ning
December 3rd, 2001, 09:03 PM
How can I detect what kind of CPU people are using, and the CPU's speed? How to detect whether the system DMA is on? Thank you very much.

Remember to fulfill the promise you made to yourself.

jjs
December 4th, 2001, 06:29 AM
hi!

If u want to find out this info. for Windows NT/2000/XP systems then u can use Win32_Processor WMI class which contains all the processor info. On Windows 9x u can scan the registry of the system to find out this info.

Though u have put this question in c++ non visual section I hope it might help you.

Regards,
Jasjeet

Programmer

macakd
November 21st, 2005, 11:15 PM
Hi guys,

I'm also interested in getting DMA mode expecially Current Transfer Mode. Is this possible with WMI?

Cheers
Deno