0

Possible Duplicate:
get unique machine id

I want to retrieve a value unique to the device (tablet, laptop, or desktop computer). Does anybody know how to get such a value?

Community
  • 1
  • 1
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862

1 Answers1

2

About the closest is the ASHWID. That value can vary with hardware configuration however, so you may have to parse the ASHWID for various tolerance levels. For example, if a device added a new drive is that the same device or not? probably yes, but one component of the ASHWID would change.

Jim O'Neil
  • 23,344
  • 7
  • 42
  • 67