I want a code that get the computer ID
The ID that I want is the no. that appear when you right click
on My Computer is an number about 15 digit I want to get this
number with no "-"
example
22234-344-3434-43434
is
22234344343443434
My problem is that i want create a program that should be registered i only want to get a unique code of the computer for example nokia mobile have imei code
If i get this code the serial of the program wold be code*2/100 ect..
If someone understand me please write .......
What are you trying to do? You want to make a registration code for a program, like proprietary software that you pay for has? Where you have to enter a number, and the software verifies if it's a valid key?
I think you'd need to connect to a webserver to verify the key. Otherwise you'd have to store the key in the program, where it would be easy to get the real key when the program loaded it into memory to compare the two.