tags:

views:

144

answers:

0

Hello. Is it possible to access BIOS data from Windows PE?

Specifically I'd like to be able to write a console app in C which returns the serial number, much like "Get-WmiObject Win32_BIOS | Select SerialNumber" would in PowerShell.

Is there any way to access BIOS memory locations directly, or is there any calls that can be used to access this information?