Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can VB read the CMOS 2

Status
Not open for further replies.

hdougl1

Programmer
Dec 6, 2000
54
US
Does anyone know if VB can read the CMOS via an API call etc? Specifically the manufactures ID.
Thanks
 
One way of doing this is to use the Windows Management Instrumentation (WMI) toolkit. The SDK is freely downloadable from Microsoft's website. But read the installation instructions carefully as the basic install doesn't register all the components you might think that it does.

The particular WMI_Class that you are interested in is Win32_BIOS, and the particular property is IdentificationCode

Hope this helps.

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top