Welcome Guest. Sign in

0 Answers

How to find computer model name or serial number on Windows

Asked by: 0 views , , ,
Windows, Windows 7, Windows 8, Windows 8.1, Windows Vista, Windows XP

1. Open command prompt

find computer model name or serial number

To findĀ out the local computer model name

First, open a command prompt and type in the following command to get the local computer model name.

wmic csproduct get name

To findĀ out the computer serial number

Type in the following command to get the computer serial number:

wmic bios get serialnumber

Answer Question