VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



How to retrieve a computer's motherboard serial number

by Holden (2 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 18th April 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

How to retrieve a computer's motherboard serial number

API Declarations


'Put 'Microsoft WMI Scripting Library' to references

Rate How to retrieve a computer's motherboard serial number



Dim obj
Dim WMI

Set WMI = GetObject("WinMgmts:")
Set objs = WMI.InstancesOf("Win32_BaseBoard")
For Each obj In objs
   MsgBox obj.SerialNumber
Next

Download this snippet    Add to My Saved Code

How to retrieve a computer's motherboard serial number Comments

No comments have been posted about How to retrieve a computer's motherboard serial number. Why not be the first to post a comment about How to retrieve a computer's motherboard serial number.

Post your comment

Subject:
Message:
0/1000 characters