Jump to content

i want to know what the below cmd command in the screenshot is outputting. i am trying this on a dell laptop and i do not think this is the BIOS version of that its outputting. my bios version is A14 and i got A14 as BIOS version when i tried "wmic bios get name" command.

 

cmd.PNG

Link to comment
https://linustechtips.com/topic/826234-what-does-version-in-this-cmd-command-mean/
Share on other sites

Link to post
Share on other sites

No clue. I get the same number, even though I have a completely different motherboard:

BIOS.png.e95b57f2d3eab4d8ec1583269dbcc9cd.png

Current LTT F@H Rank: 24    Score: 10,097,484,643   Stats

Yes, I have 9 monitors.

My main PC:

OS: Windows 11

CPU: Ryzen 9 9950X

Cooler: Noctua NH-D15

Mobo: Asus ProArt X670E Creator WiFi

RAM: 96GB Trident Z Neo @6400 CL32

GPU: RTX 4090 Founders Edition, Radeon Pro WX 5100

PSU: Corsair RM1000e

SSDs: Samsung 990 Pro 4TB NVME, Samsung 970 evo plus 1TB NVME, 2x Samsung 870 evo 2TB, Samsung 860 evo 1TB, Samsung 970 evo 500GB NVME

Case: Fractal Design Define R5 Black w/ Tempered Glass Side Panel Upgrade

Monitors: 9 Monitors: Alienware AW3423DWF 3440x1440@165Hz, Acer H236HLbid 1080p@77Hz, HP D7z72AA 1080p@60Hz, Dell Inspiron 24 3459 1080p@60Hz(used only as display), Dell U2724D 1440p@120Hz, ASUS VP228 1080p@60Hz, 2x HP ZR2440W 1200p@60Hz

 

unRAID server (Plex, Backups, NAS, Duplicati, game servers):

OS: unRAID 7.1.4

CPU: Ryzen R9 3900X

Cooler: Noctua NH-U9S

Mobo: Asus ROG Strix X470-F

RAM: 64GB G-Skill Ripjaws V @ 3200MHz

PSU: EVGA G3 850W

Total Storage: Raw: 94TB, Usable: 64TB

SSD: Samsung 990 Pro 2TB NVME, Teamgroup 4TB NVME

HDDs: 4x HGST Dekstar NAS 4TB @ 7200RPM (3 data, 1 parity) + (7x Seagate Ironwolf NAS 8TB + 2x Toshiba N300 NAS 8TB in ZFS)

Case: Fractal Define 7 XL

Other: Added 3x Noctua NF-F12 intake, 2x Noctua NF-A8 exhaust, Inatek 5 port USB 3.0 expansion card with usb 3.0 front panel header

 

Link to post
Share on other sites

4 minutes ago, Shammikit said:

i want to know what the below cmd command in the screenshot is outputting. i am trying this on a dell laptop and i do not think this is the BIOS version of that its outputting. my bios version is A14 and i got A14 as BIOS version when i tried "wmic bios get name" command.

 

cmd.PNG

Probably you should check via msinfo32.exe type this in run or press Win+R and type msinfo32.exe and you will get your BIOS version

Link to post
Share on other sites

this should give you your bios version.

 

Capture1.PNG

How do Reavers clean their spears?

|Specs in profile|

The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.

Link to post
Share on other sites

35 minutes ago, Shammikit said:

im not looking for bios version,i want to know what is meant by version in the command i posted.its not bios version

I'm not entirely sure what "wmic bios get version" is supposed to do, as "wmic bios get smbiosbiosversion" is the command you are supposed to use to retrieve your BIOS version through the command line.

smbiosbiosversion.PNG.aa263313c37a30e1b64bee8653f86d13.PNG

With some research, it appears that any board running an American Megatrends BIOS (just about every motherboard) reports a BIOS release version of 01/07/2009. I have absolutely no idea what ALASKA is supposed to mean.

wmic.PNG.cb410878c594b245fb0de86390d0b763.PNG

Make sure to quote me or use @PorkishPig to notify me that you replied!

 

 

Desktop

CPU - Ryzen 9 3900X | Cooler - Noctua NH-D15 | Motherboard - ASUS TUF X570-PLUS RAM - Corsair Vengeance LPX DDR4-3200 32GB Case - Meshify C

GPU - RTX 3080 FE PSU - Straight Power 11 850W Platinum Storage - 980 PRO 1TB, 960 EVO 500GB, S31 1TB, MX500 500GB | OS - Windows 11 Pro

 

Homelab

CPU - Core i5-11400 | Cooler - Noctua NH-U12S | Motherboard - ASRock Z590M-ITX RAM - G.Skill Ripjaws V DDR4-3600 32GB (2x16)  | Case - Node 304

PSU - EVGA B3 650W | Storage - 860 EVO 256GB, Sabrent Rocket 4.0 1TB, WD Red 4TB (x6 in RAIDZ1 w/ LSI 9207-8i) | OS - TrueNAS Scale (Debian)

Link to post
Share on other sites

46 minutes ago, Shammikit said:

i want to know what the below cmd command in the screenshot is outputting. i am trying this on a dell laptop and i do not think this is the BIOS version of that its outputting. my bios version is A14 and i got A14 as BIOS version when i tried "wmic bios get name" command.

 

cmd.PNG

As you can see I got proper BIOS version in all 3 types I told you. You should try updating your OS and BIOS

Screenshot (2).png

Screenshot (3).png

Screenshot (4).png

Edited by Raziq_26
misprint
Link to post
Share on other sites

pretty sire ALASKA make the bios then manufacturers take it and add there own shiny tweaks amd features. 

 

think PSUs they are all pretty much made by seasonic and aio are alsktech? I don't quite remember the names n

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

The command returns to you the BIOS version as the name of the command implies.

WMIC is a database, the command is a query to it. The idea of WMIC is that you (and programs) can pull system information without breaking your head in coding all the back-end. System information panel uses that to get all its information. Another way to get some system information is through the registry which Windows populates for programs, but you don't have all the information that WMIC can get, including any sort of active information like disk activity or CPU usage, as those contently changes.

 

In your case you get the get Dell BIOS version, and you use "smbiosbiosversion" instead of "version" to get the friendly name of the BIOS version.

The reality of things is that you have the ACTUAL BIOS, and the SMBIOS or the System Management BIOS (the one we interact with, which interacts with the actual BIOS). I guess you can see it as "BIOS" is the kernel/core of the OS, and SMBIOS is the rest over it that allows to control the core to do things with the system.

 

The reality of things is that when we say "Go to the BIOS", for example, we really mean is: "Go to SMBIOS"

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×