![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello UJ, Use the WMI to extract the Mother board ID, because the main MS policy to bind software to that ID (not MAC or smth else) Start from there http://msdn2.microsoft.com/en-us/library/aa394587.aspx U> I need to come up with a way to uniquely identify computers that U> can't be hacked easily. Something like the system id or info from the U> CPU that is then sent over the internet to a central database. U> U> What we are trying to do is have a unique identifier that is machine U> based that can't be changed. --- WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour Team blog: http://devkids.blogspot.com/ "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo |
#4
| |||
| |||
|
|
Hello UJ, Use the WMI to extract the Mother board ID, because the main MS policy to bind software to that ID (not MAC or smth else) Start from there http://msdn2.microsoft.com/en-us/library/aa394587.aspx U> I need to come up with a way to uniquely identify computers that U> can't be hacked easily. Something like the system id or info from the U> CPU that is then sent over the internet to a central database. U> U> What we are trying to do is have a unique identifier that is machine U> based that can't be changed. --- WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour Team blog: http://devkids.blogspot.com/ "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo |
#5
| |||
| |||
|
|
Thanks but I've the code on 10 different machines and only gotten two distinct values. It looks like that ID is not a serial number for the CPU but instead is a process type id. I need the serial # of the CPU. |

#6
| |||
| |||
|
|
Use the WMI to extract the Mother board ID, because the main MS policy to bind software to that ID (not MAC or smth else) Start from there http://msdn2.microsoft.com/en-us/library/aa394587.aspx |
#7
| |||
| |||
|
|
Hello UJ, Could you show the code that u use? Smth like this http://www.freevbcode.com/ShowCode.asp?ID=2664? SerialNumber property? U> Than ks but I've the code on 10 different machines and only gotten two U> distinct values. It looks like that ID is not a serial number for the U> CPU but instead is a process type id. I need the serial # of the CPU. U Use the WMI to extract the Mother board ID, because the main MS policy to bind software to that ID (not MAC or smth else) Start from there http://msdn2.microsoft.com/en-us/library/aa394587.aspx --- WBR, Michael Nemtsev [C# MVP]. My blog: http://spaces.live.com/laflour Team blog: http://devkids.blogspot.com/ "The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo |
#8
| |||
| |||
|
|
"UJ" <fred (AT) nowhere (DOT) com> wrote in message news:uBCnNJRUHHA.3316 (AT) TK2MSFTNGP02 (DOT) phx.gbl... Thanks but I've the code on 10 different machines and only gotten two distinct values. It looks like that ID is not a serial number for the CPU but instead is a process type id. I need the serial # of the CPU. CPU serial number is not implemented any more, because of security concerns: http://www.cdt.org/privacy/issues/pentium3/ I use computer SID usually. However, SID is changable, but if somebody wants to crack, he will crack ![]() Regards, Goran |
#9
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |