How to find computer model name or serial number
A simple way to find the computer model name or computer serial number using the following commands:
Open a command prompt and type in the following command to get the local computer model name.
wmic csproduct get name

Type in the following command to get the computer serial number:
wmic bios get serialnumber
Related posts:
Recent posts:
Popular posts:



Comments are closed.