To find model and serial number of a laptop we can use Dxdiag command. we can run this from RUN command box. ( Windows key + R )
Or Use the following commands in command prompt (CMD)
for product name;
wmic csproduct get name
for serial number;
wmic bios get serialnumber