I need some function or api or wathever that return to me the processor (cpu) description (like when you click the right button of the mouse on "my pc" and click properties) and the serial number of the processor.
Can someone answer this ?
Printable View
I need some function or api or wathever that return to me the processor (cpu) description (like when you click the right button of the mouse on "my pc" and click properties) and the serial number of the processor.
Can someone answer this ?
Getting the CPU type is easy and can be done with SysInfo. Getting the Serial Number is different. MS has a thing called WMI that I believe can get the Serail Number. It only works on NT and Win2000 I believe.
yes, someone send to me the link to download the WMI, but, as you say, is only for NT and 2000. Do you know something like the WMI for 98, or some other way ?
Well you could go to Microsoft and search for it, but I saved you the trouble..
http://msdn.microsoft.com/downloads/...mpositedoc.xml
Here you go this one says it is for Win 95/98.
http://www.microsoft.com/downloads/r...eleaseID=18492
I don't know if either of these will give you what you are looking for, but good luck