How to retrieve product information from within Windows / Linux

From fit-PC wiki
Revision as of 08:06, 17 September 2018 by Tamir (Talk | contribs) (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) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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_*