Right-click on the Start button and click on Command Prompt (Admin).On the Command Prompt screen, type wmic bios get serialnumber and press the enter key on the keyboard of your computer.Once the command is executed, it will list Serial Number of your computer below “SerialNumber” entry on the Command Prompt screen (see above image).Run the WMIC Command. Open a Command Prompt window to get started. On Windows 10 or 8, right-click the Start button and select “Command Prompt”.Check the BIOS. You may also be able to find the serial number in the BIOS or UEFI firmware settings screen. Find the Serial Number On the PC’s Hardware, Box, or Elsewhere. If you have a laptop, flip it over. On some laptops, you’ll see the number on a sticker. The list of installed programs on Windows can be obtained by using the WMIC command-line utility, which can access the WMI namespace. Run the elevated Command Prompt (use search and then run the app as Administrator), and execute the following command: wmic product get name,version
How do I find the serial number of my WMIC device?
Run the WMIC Command. Open a Command Prompt window to get started. On Windows 10 or 8, right-click the Start button and select “Command Prompt”. On Windows 7, press Windows + R, type “cmd” into the Run dialog, and then press Enter. At the Command Prompt, type the following command and then press Enter: wmic bios get serialnumber
How to get the BIOS serial number of a Windows computer?
Below is the exact command you can run on any Windows computer to retrieve serial number. wmic bios get serialnumber. Example: C:\>wmic bios get serialnumber SerialNumber BP69SDK. We can find other bios information also using ‘wmic bios get’ command. In the above command you need to replace ‘ serialnumber ‘ with the appropriate property of bios.
How to get the serial number of the computer model?
1. Using the buid in " wmic " command: " wmic bios get serialnumber " Tip: You can use the command " wmic csproduct get name " to retrieve the local computer model.
How do I run a WMIC program in Windows 10?
Run the WMIC Command. Open a Command Prompt window to get started. On Windows 10 or 8, right-click the Start button and select “Command Prompt”. On Windows 7, press Windows + R, type “cmd” into the Run dialog, and then press Enter.

Below are two helpful articles on a similar topic 👇
What is the best way to validate a model?How to collect information about a computer system using PowerShell get-wmiobject?