Check the motherboard model printed on the board itself
Open System Information on Windows and look for BaseBoard Manufacturer and BaseBoard Product
Use Command Prompt and run `wmic baseboard get product,manufacturer,version,serialnumber`
Use PowerShell and run `Get-CimInstance Win32_BaseBoard | Format-List Product,Manufacturer,SerialNumber,Version`
Check your PC or motherboard box, receipt, or manual
Look in your computer’s BIOS or UEFI setup screen
Use a system information tool like CPU-Z, Speccy, or HWiNFO
Check the motherboard label near the RAM slots, PCIe slots, or CPU socket
If using Linux, run `sudo dmidecode -t baseboard`
If using macOS, check the model of the Mac instead of a separate motherboard model
