C++ get Processor ID
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 on a computer that turns out to be unique. One thing is Ethernet ID but which is again removable on some machines. This I want to use mostly for licensing purpose. Is processor ID unique and available on all major processors? I had a similar problem lately and I did the following. First I gained some unique system identification values: GetVolumeInformation for HDD serial number GetComputerName (this of course is not unique, but our system