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:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...