Read bios version, BIOS mode: UEFI or Legacy
The current BIOS version can be displayed in Windows via the command prompt or system information:
BIOS version via the command prompt
The BIOS version can be read out in the command prompt with the following command: "wmic bios get smbiosbiosversion".
C:\WINDOWS\system32>wmic bios get smbiosbiosversion
SMBIOSBIOSVersion
L77 Ver. 01.50
Alternatively: System information msinfo32
The system information shows the version as well as the date: BIOS -version/date
BIOS mode: Legacy (BIOS)
Whether Legacy or UEFI is used as boot mode can be found in the system information under "BIOS mode":
UEFI
or Legacy:

{{percentage}} % positive

THANK YOU for your review!
Top articles in this section
When cloning a large hard disk to a smaller one, I lost the recovery partition. So far not bad, Windows works without recovery partition, but in case of an error the partition helps to get the PC up and running again. To summarize, here's how it works with the recovery partition: As long as the partition is still there, it can be deactivated and written to a file. If the partition gets lost unexpectedly, it can be recovered from the Windows setup media. This post is also available as a video, se...
Anyone who frequently creates scripts or analyzes log files and handles different versions can compare them very quickly with the help of the right editor.
Windows drivers can of course also be managed via the command line. Microsoft offers two different tools for this purpose: The PnPUtil integrated in Windows and as part of the Windows Driver Kit (WDK) the command: devcon.