Quick one liner to get Windows BIOS serial number.
This only works for Windows operating system. Clip only works with Vista or later versions. Note that the output contains the string "SerialNumber" and the tag.
wmic bios get serialnumber | clip
This only works for Windows operating system. Clip only works with Vista or later versions. Note that the output contains the string "SerialNumber" and the tag.
Comments