Code Locking Questions

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I'm looking to grab Client ID information like:

1. Processor ID:
2. Computer name:
3. Hard Drive Serial:

What is the easist way to get these values.
 
Hi, Peter

you might want to take a look at WMI - see Readme file at
<SDK>v1.1\Samples\Technologies\Interop\Applications\WMI

While computer name you can get using SystemInformation class, other too are
a bit too deep in for .Net.

HTH
Alex
 

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