How do we find the serial number of a USB drive without using WMI in c#?
Thanks
I don't think that C# has any native APIs for that sort of thing, but this blog post suggests a way to do it with interop. Code is in VB.net, but it shouldn't be too hard to translate into c# Hope that helps.