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
 
Back
Top