31May/100
How to find computer serial number
How to find computer serial number in Windows:
From the Command line prompt type
wmic bios get serialnumber
To get the computer model
wmic csproduct get name
How to find computer serial number in Linux:
from the command line type
dmidecode | grep "System Information" -a10