get information used to uniquely identify a PC system

  • Thread starter Thread starter Ryan Liu
  • Start date Start date
R

Ryan Liu

Hi,

What are APIs can used to get information used to uniquely identify a PC
system?

Indeed the only thing I really want is to find a mechanism to generate a
global unique key to identiy my software installed across customers. The
installation package is same, when my client install it, I will write some
unique key to the database for later importing/exorting data to use.

Thanks a lot!
Ryan
 
Bind to the motherboard params (type, bios and etc) via WMI. It's the most
rarely changed device. MS is binding his product to the motherboards
What are APIs can used to get information used to uniquely identify a PC
system?

Indeed the only thing I really want is to find a mechanism to generate a
global unique key to identiy my software installed across customers. The
installation package is same, when my client install it, I will write some
unique key to the database for later importing/exorting data to use.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top