Application note - How to Retrieve product information from the OS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 September 2025

  • curprev 11:2511:25, 14 September 2025 Andrey talk contribs 1,243 bytes +1,243 Created page with "* This document explains how to retrieve product information (Serial Number (SN), Product Name (PN), Board version etc..) from the operating system. * It is applicable for both Linux and Windows operating systems. == Windows == Open CMD and run the following commands: 1. Motherboard information: wmic baseboard get product,manufacturer,version,serialnumber 2. Product information: wmic csproduct get Description,Name,Vendor,Version 3. BIOS Information: wmic..."