var fDesc=new Array(); fDesc[0] = "DMIScope is a powerful tool designed to explore the System Management BIOS (SMBIOS) also known as DMI BIOS.

Some implementations of SMBIOS contain vendor specific information. DMIScope gives you the unique possibility to add descriptions of such structures via simple text file.

Does your motherboard support the updating of SMBIOS (DMI) information at a run time?
DMIScope will test your SMBIOS (DMI BIOS) for write capability and allow to modify that information. Do you need to customize some SMBIOS data, for example system serial number? DMIScope will help you.

DMIScope help system contains a detailed description of all standard DMI data structures and access mechanisms in accordance to SMBIOS Specification v2.3.1.

Attention: DMIScope was designed for computer specialists only. Unskilled usage of DMIScope may cause malfunction of your computer."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }