How to get serial number for all of computer's hardware via C#.Net? Like Mouse, Keyboard, Speaker, Printer and so on?
And is it possible to get name of company and model of them?
thanks.
How to get serial number for all of computer's hardware via C#.Net? Like Mouse, Keyboard, Speaker, Printer and so on?
And is it possible to get name of company and model of them?
thanks.
This thread in MSDN is what you looking for.
for example:
string processor = RunQuery("Processor", "ProcessorId");