What is a good unique PC identifier?

后端 未结 13 2063
深忆病人
深忆病人 2020-11-27 10:59

I\'ve been looking at the code in this tutorial, and I found that it uses My.Computer.Name to save settings that shouldn\'t roam between computers. It\'s entire

13条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 11:41

    One thing you can use is the MAC of any Network interface. You can also combine several sources of information. Like HDD Serial number, mac, processor type to calculate a hash from it.

提交回复
热议问题