F5F Stay Refreshed Software Operating Systems The version in this CMD command indicates the software or tool being used, showing its release or compatibility details.

The version in this CMD command indicates the software or tool being used, showing its release or compatibility details.

The version in this CMD command indicates the software or tool being used, showing its release or compatibility details.

Pages (2): Previous 1 2
N
Nachexz
Junior Member
16
10-05-2016, 01:12 AM
#11
Pretty Sire ALASKA is built with bios, then makers enhance it with their own improvements and unique features. PSUs are mostly from Seasonic, while AIO is from AlkTech. I’m not sure of the exact names.
N
Nachexz
10-05-2016, 01:12 AM #11

Pretty Sire ALASKA is built with bios, then makers enhance it with their own improvements and unique features. PSUs are mostly from Seasonic, while AIO is from AlkTech. I’m not sure of the exact names.

M
117
10-15-2016, 06:58 PM
#12
The command provides you with the BIOS version based on its name. WMIC functions as a database, and the command acts as a query to it. The purpose of WMIC is enabling you and applications to retrieve system details without needing to write complex code for the backend. The system information panel utilizes this data to compile its overview. Another method to obtain system details is via the registry, which Windows fills in for programs, but it lacks some dynamic data such as real-time disk activity or CPU usage, which can fluctuate. In your scenario, you receive the actual BIOS version, and using "smbiosbiosversion" gives a user-friendly label for the BIOS version. Essentially, BIOS represents the core kernel of the operating system, while SMBIOS is the layer that manages it to perform system operations. When you say "Go to BIOS," you're really referring to accessing SMBIOS.
M
Minestrike1905
10-15-2016, 06:58 PM #12

The command provides you with the BIOS version based on its name. WMIC functions as a database, and the command acts as a query to it. The purpose of WMIC is enabling you and applications to retrieve system details without needing to write complex code for the backend. The system information panel utilizes this data to compile its overview. Another method to obtain system details is via the registry, which Windows fills in for programs, but it lacks some dynamic data such as real-time disk activity or CPU usage, which can fluctuate. In your scenario, you receive the actual BIOS version, and using "smbiosbiosversion" gives a user-friendly label for the BIOS version. Essentially, BIOS represents the core kernel of the operating system, while SMBIOS is the layer that manages it to perform system operations. When you say "Go to BIOS," you're really referring to accessing SMBIOS.

Pages (2): Previous 1 2