Command Line to Get Computer's Model, Vendor, and Serial Number
By Stephen Bucaro
WMIC (Windows Management Interface Command) is a command line tool that returns
information about the system where it's run. To open a command line shell, at the
bottom of the screen, left side of the taskbar, in the Windows search text box,
type cmd. To learn your computers model, vendor, and serial number, type the
command shown below at the command prompt.
wmic csproduct get name,vendor,identifyingNumber

Perfoming an online search with the name and vendor information provided will
return loads of information allowing you to find upgrade, troubleshoot, or repair
your computer.
More Windows Administration Information: • Turn Off Windows 10 Snap and Shake • Windows 10 Diagnostic Data Send to Microsoft • FreeDOS • Find Your WiFi Password on Windows 10 • Make a Shortcut to Create a Restore Point on Windows 10 • Configure Vista's Data Execution Prevention • Disable Indexing to Speed Up Your Computer • Kill The Messenger (Service) • Retrieving Information from Computers Belonging to an Active Directory OU • Video Tutorial 3 - The Windows 7 Backup and Restore Utility
|