CPU serial number

后端 未结 13 1578
情话喂你
情话喂你 2020-12-06 05:38

How do I obtain the serial number of the CPU in a PC?

13条回答
  •  爱一瞬间的悲伤
    2020-12-06 05:45

    In windows, I am sure there is a system call, In linux one could try "sudo lshw" but most kernels do not seem to support CPU serial numbers, and preliminary research seems to indicate that the general outrage against uniquely identifiable computers means that there is no perfect answer.

    What are you trying to do? Almost certainly someone has done it before and it may be wise to reuse or emulate what they have done.

提交回复
热议问题