CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    System Id on NT?

    I need to recognize one computer exactly. How should I do, I cannot find any sysid. I've tried with system info of the cpu, nt version but I can easily find another PC with same number. How should I do?
    Thanks in advance.
    Cedric.


  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: System Id on NT?

    One common choice is the serial number of the system drive.
    GetVolumeInformation can obtain this for you. The main difficulty
    to this approach is dealing with the case where the hard disk fails
    and/or is replaced.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured