Can I use Command Prompt or PowerShell to view the BIOS version? If so, what are the commands?
-
- Posts: 2
- Joined: Mon Dec 30, 2024 4:35 am
Can I use Command Prompt or PowerShell to view the BIOS version? If so, what are the commands?
Yes, you can use both Command Prompt and PowerShell to view the BIOS version on your Windows computer. Here are the steps if you want to know how to check bios version
Using Command Prompt
1. Open the Command Prompt by pressing `Win + S`, typing Command Prompt, and selecting Run as Administrator.
2. Type the following command and press Enter :This will display the BIOS version directly in the Command Prompt window.
shell
Copy code
wmic bios get smbiosbiosversion
Using PowerShell
1. Open PowerShell by pressing `Win + S`, typing PowerShell, and selecting Run as Administrator.
2. Type the following command and press **Enter**:The output will show the BIOS version under the "Version" field.
shell
Copy code
Get-WmiObject win32_bios | Select-Object Version
Using Command Prompt
1. Open the Command Prompt by pressing `Win + S`, typing Command Prompt, and selecting Run as Administrator.
2. Type the following command and press Enter :This will display the BIOS version directly in the Command Prompt window.
shell
Copy code
wmic bios get smbiosbiosversion
Using PowerShell
1. Open PowerShell by pressing `Win + S`, typing PowerShell, and selecting Run as Administrator.
2. Type the following command and press **Enter**:The output will show the BIOS version under the "Version" field.
shell
Copy code
Get-WmiObject win32_bios | Select-Object Version