What is a good unique PC identifier?

后端 未结 13 2058
深忆病人
深忆病人 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:52

    Take three identifiers that are semi-unique and semi-constant. Use the rule that 2 out of 3 is sufficient for a positive identification. Update the registered data for the 1 out of 3 that is occasionally wrong.

提交回复
热议问题