WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

System Info

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Get BIOS Information

Keywords: 	 BIOS 

Question:

Is there a way to get version and date and time from the system bios?

Answer:

AHhhh. That time honored question. There is a way to get some info from a registry, but it may not be accurate, if the machine has already been flashed. I use a utility called SYSCHK - www.syschk.com, and redirect the output to t text file, and use WinBatch binary buffers to get the info. That is the best solution thus far, other than spending BIG bucks for a DMI tool (which are not 100% anyway...)

Another user reports:

You can often find BIOS information in the HKLM\Enum\Root\*PNP0C01\0000[BIOSDate]
HKLM\Enum\Root\*PNP0C01\0000[BIOSName]
HKLM\Enum\Root\*PNP0C01\0000[BIOSVersion]
You MAY have to check through some sub keys occasionally, i.e.,
HKLM\Enum\Root\*PNP0C01\0000            and then 
HKLM\Enum\Root\*PNP0C01\0001,           etc
and can often find Monitor information located under:
HKLM\Enum\Root\Monitor
usually there's a "subkey" DEFAULT_MONITOR and the other "subkey" is the monitor
Article ID:   W14149
Filename:   Get BIOS Information.txt
File Created: 2000:03:02:14:37:06
Last Updated: 2000:03:02:14:37:06