This thread is ok. How to get Processor and Motherboard Id?
I wanted to get processor ID using C++ code not using WMI or any third party lib.
OR anything o
If you're using Visual Studio, Microsoft provides the __cpuid instrinsic in the header. Example on the linked msdn site.