This article explains how to get the BIOS version from an Elo computer in Windows.
You can get the system BIOS information from an Elo machine in Windows, by running either of the below commands from a command prompt (cmd):
wmic bios get smbiosbiosversion
or
wmic bios get biosversion %computername%.txt
If you want to have it pushed to a file for reference, you can do the below:
wmic bios get smbiosbiosversion bios.txt
If you want it to write to a file named after the computer (so they can keep track of them):
wmic bios get smbiosbiosversion %computername%.txt
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article