Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is there a way to read Advanced BIOS Features, like Win32_BIOS for normal BIOS?
Posted

1 solution

Visit the System Management BIOS[^] page and download the SMBIOS specification. See Annex B for pseudo code to locate the SMBIOS structure (I guess Win32_BIOS will do it this way). Then parse the structures.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900