Saturday, May 12, 2012

How to get computer model of a computer

This is just one of the many ways to get computer model, this will be through WMI. Type the following to get the computer model:
wmic csproduct get name

Enjoy!

 Reference(s):
http://myserverissick.com/2008/04/find-a-computers-model-using-the-command-line-or-in-a-batch-file/

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...