The WMIC (Windows Management Instrumentation Command) is a command line utility that reads a huge range of information about local or remote computers.
WMIC command is available for Windows-XP Professional, Windows Vista, Windows 7 but not for Windows -XP Home edition.
Go to Start > then run > type CMD > then type following commands:
To get the serial no type following command:
wmic bios get serialnumber
To get the machine serial number and model number.
wmic csproduct get name , identifyingnumber
To get the model no and UUID.
wmic csproduct get uuid,name
To get the BIOS version and version name.
wmic bios get name,version
All above examples are executed in following screen shots.
Don’t forget to comment If you find them useful.