Tuesday, January 15, 2013

Get BIOS information from Windows cmd

Windows TIP:
An easy way is to use the Windows command prompt the view the BIOS settings.

Check out the steps below..
Go to Start >> Run. Type cmd and press Enter to open the Command prompt.
Type the command wmic bios get /format:list to view the BIOS settings.

You can also save the results in an html file and see it in a browser

wmic bios get /format:list > test.html

===

if you just need to see the BIOS version from windows and run "systeminfo"

No comments: