Getting a unique hardware ID with Python

后端 未结 5 1459
野的像风
野的像风 2020-12-16 04:45

I have a process that requires me to identify different machines, and I\'m not sure what\'s the best way to do it. I do not want to save that ID on a text file or something,

5条回答
  •  一向
    一向 (楼主)
    2020-12-16 05:34

    Please note that you can get the same UUID from Windows without installing any additional software with the following command:

    C:\> wmic csproduct get uuid
    

提交回复
热议问题