Difference between revisions of "How to retrieve product information from within Windows / Linux"

From fit-PC wiki
Jump to: navigation, search
(Created page with "== Windows == == Linux == Get to the terminal and run following commands: 1. motherboard DMI strings: $ sudo cat /sys/class/dmi/id/board_serial $ sudo cat /sys/cla...")   (change visibility)
(No difference)

Revision as of 08:06, 17 September 2018

Windows

Linux

Get to the terminal and run following commands:

1. motherboard DMI strings:

   $ sudo cat /sys/class/dmi/id/board_serial
   $ sudo cat /sys/class/dmi/id/board_version


2. product DMI strings:

   $ sudo cat /sys/class/dmi/id/product_name
   $ sudo cat /sys/class/dmi/id/product_serial
   $ sudo cat /sys/class/dmi/id/product_uuid


3. BIOS info DMI strings:

   $ cat /sys/class/dmi/id/bios_*