I am developing a windows application in .NET Framework using C#.I want to know is there any Unique Id of each computer manufactured, let it be manufactured by any manufactrure but it must be unique.
Thanks, Bibhu
I am developing a windows application in .NET Framework using C#.I want to know is there any Unique Id of each computer manufactured, let it be manufactured by any manufactrure but it must be unique.
Thanks, Bibhu
You can use motherboard serial number:
Check this : How to get the Computer's Unique ID
Hard Drive ID (Volume Serial)
Finding a unique volume serial works very similarly and luckily a bit simplier:
You could get the mac address if its a windows app. This will be unique.
How to get mac address
Use the computer name if they are all in the same windows network. Yes some times they could have same name, but to get access to each PC, the network will have unique names for each.