Here are a couple quick Windows one-liners to get your make and model number (serial number) from the command line. This is handy if you are connected to a computer remotely or can't find any information on the outside of the case. These two commands should give you enough information to figure out the make and model number.

wmic bios get version,serialnumber
wmic csproduct get vendor,name,identifyingNumber

Comments

comments powered by Disqus