CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2005
    Posts
    7

    Lightbulb Motherboard Serial Number

    I want to take the Motherboard Serial Numbe.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Motherboard Serial Number

    There is usually a switch in BIOS that tells the computer to return the serial number when requested. In most cases, you can't find it out, so try to get something else, I'd say.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Motherboard Serial Number


  4. #4
    Join Date
    Mar 2006
    Posts
    16

    Re: Motherboard Serial Number

    This will get you the hard drive model and serial numbers.

    Visit http://vbnet.mvps.org/index.html
    Select Search VBNet on the left side
    Search on "drive serial" without quotes
    Select the following:
    DeviceIoControl: Get a SMART Drive Serial Number

    Happy coding!

  5. #5
    Join Date
    Nov 2004
    Location
    LA. California Raiders #1 AKA: Gangsta Yoda™
    Posts
    616

    Re: Motherboard Serial Number

    Just download Scriptomatic v2 from MS and it has the baseboard class and will script it out for you. Similar to the code in Hans' post's link.
    VB/Office Guru™ (AKA: Gangsta Yoda™)
    VB Forums - Super Moderator 2001-Present

    Microsoft MVP 2006-2011

    Please use [code]your code goes in here[/code] tags when posting code.

    Senior Software Engineer MCP, BSEE, CET
    VS 2012 Premium, VS 6.0 Enterprise SP6, VSTO, Office Ultimate 2010, Windows 7 Ultimate
    Star Wars Gangsta Rap SE Reputations & Rating Posts Office Primary Interop AssembliesAdvanced VB/Office Guru™ Word SpellChecker™.NETAdvanced VB/Office Guru™ Word SpellChecker™ VB6Outlook Global Address ListVB6/Crystal Report Ex.VB6/CR Print Setup Dialog Ex.

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