0

I'm not able to find the serial number, model number, and type of drives attached to my system programmatically.

So, can anyone help me out of this problem?

dsolimano
  • 8,870
  • 3
  • 48
  • 63

1 Answers1

0

Go to Run... Type cmd to bring up Command Prompt.

enter

wmic bios get serialnumber
wmic csproduct get name

Hope this helps.

cjamesm
  • 109
  • 7