3 seconds to get system serial number

Posted by Alex Verboon on Wednesday, September 10, 2008

Okay, depends on how fast you can type. Start a command prompt and enter the following command:

wmic csproduct get identifyingnumber,vendor,name

In simple words, wmic is a WMI commandline tool. It’s around since XP if i am right, but there hasn’t been much documentation for it:

Some references here: