You can identify the SMBIOS version currently implemented on your machine using built-in OS tools: On Windows
Before we dissect version 2.6, let us establish a baseline. SMBIOS is a standard developed by the Distributed Management Task Force (DMTF). It defines data structures (or "tables") in a computer's BIOS/UEFI firmware that contain crucial information about hardware components. smbios version 26 top
sudo dmidecode -s system-manufacturer sudo dmidecode | grep -i "smbios" You can identify the SMBIOS version currently implemented