How to Verify Motherboard BIOS Version Using Command Prompt- A Step-by-Step Guide
How to Check Motherboard BIOS Version Using Command Prompt
In the world of computer hardware, the BIOS (Basic Input/Output System) plays a crucial role in the boot-up process. It initializes and tests the hardware components of the computer, and it also provides the interface for configuring the system settings. One of the most common tasks for computer enthusiasts and technicians is to check the BIOS version of their motherboard. This can be done using various methods, but one of the most straightforward ways is through the Command Prompt. In this article, we will guide you on how to check the motherboard BIOS version using Command Prompt.
Step 1: Open Command Prompt
The first step is to open the Command Prompt. There are several ways to do this, depending on the version of Windows you are using. Here are a few methods:
1. Press the Windows key + R to open the Run dialog box. Type “cmd” and press Enter.
2. Click on the Start button, type “cmd” in the search box, and press Enter.
3. If you have the Windows 10 Creators Update or later, you can use the Search feature. Type “cmd” in the search box, right-click on Command Prompt, and select “Run as administrator.”
Step 2: Use the SystemInfo Command
Once the Command Prompt is open, you can use the SystemInfo command to check the BIOS version. Here’s how to do it:
1. In the Command Prompt window, type the following command and press Enter:
“`
systeminfo
“`
2. The SystemInfo command will display a list of system information, including the BIOS version. Look for the “BIOS Version” entry in the list.
Step 3: Use the WMIC Command
If the SystemInfo command does not work or you want an alternative method, you can use the WMIC (Windows Management Instrumentation Command-line) command to check the BIOS version. Here’s how to do it:
1. In the Command Prompt window, type the following command and press Enter:
“`
wmic bios get smbiosbiosversion
“`
2. The WMIC command will display the BIOS version of your motherboard.
Step 4: Use Third-Party Tools
If you prefer using third-party tools to check the BIOS version, you can download and install software like CPU-Z or Speccy. These tools provide detailed information about your computer’s hardware, including the BIOS version.
In conclusion, checking the motherboard BIOS version using Command Prompt is a simple and straightforward process. By following the steps outlined in this article, you can easily determine the BIOS version of your motherboard and ensure that it is up to date.