Does anyone know how to get the processor make and model? i think it must be in the registry somewhere...
Thank you
Printable View
Does anyone know how to get the processor make and model? i think it must be in the registry somewhere...
Thank you
Come on ppl i really need help on this one :)
search the forum with "processor". There's a bunch of stuff on it in the API section.
Check this out
http://forums.vb-world.net/showthrea...rocessor+model
HKLM/HARDWARE/DESCRIPTION/System/CentralProcessor/
You missed the 0. And that's what that code checks:Quote:
Originally posted by JoshT
HKLM/HARDWARE/DESCRIPTION/System/CentralProcessor/
HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0
O is the first CPU - on multi-cpu systems, there will be more there.
OK, then that code is wrong because it doesn't check the other processors. It should do a FOR to look for the other processor's parameters.