How can i get an unique id from one of installed hardwares? Something like h.d.d serial or motherboard, ....? Thanks
Asked
Active
Viewed 2,057 times
0
-
However, after long time searching, I used cpuid to get my uniaue id. If someone needs to know more just tell me to post. – Armin Taghavizad Sep 15 '10 at 08:54
-
This question looks like a duplicate: http://stackoverflow.com/questions/1852134/how-to-generate-an-unique-computer-id-on-delphi – splash Sep 13 '10 at 12:09
2 Answers
2
Check this URL : http://www.diskserialnumber.com/
http://www.diskserialnumber.com/get-disk-serial
Better one:
-
Be careful with the one from code project as I am not 100% sure it works on all operating systems, esp. vista – Rippo Sep 13 '10 at 12:40
-
0
We use http://www.magsys.co.uk/delphi/magwmi.asp and are very happy with it.

RobertFrank
- 7,332
- 11
- 53
- 99
-
I have this unit already, but i'm not sure it works fine on every sytem. You sure about this? Does work on any H.D.D (Sata, IDE,..) or any OS? And what about laptops? – Armin Taghavizad Sep 13 '10 at 14:04
-
By the way, when i click for disk serial in windows xp (as it said) it returns null, and for motherboard just returns model, no serial!! – Armin Taghavizad Sep 13 '10 at 14:18
-
Sorry, Armin, but we haven't extensively tested it on different platforms. It's one of many checks we use to determine if a user has moved his software to another computer after licensing. – RobertFrank Sep 13 '10 at 16:05
-
-