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?
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?
Go to Run... Type cmd to bring up Command Prompt.
enter
wmic bios get serialnumber
wmic csproduct get name
Hope this helps.