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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top