C++ get Processor ID

前端 未结 3 524
走了就别回头了
走了就别回头了 2020-12-25 08:48

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

3条回答
  •  旧时难觅i
    2020-12-25 09:16

    Hm...

    There are special libraries to generate unique ID based on the hardware installed (so for the specified computer this ID always be the same). Most of them takes motherboard ID + HDD ID + CPU ID and mix these values.

    Whe reinvent the wheel? Why not to use these libraries? Any serious reason?

提交回复
热议问题