How do I get the internal serial number of a USB-Stick or USB-HardDrive in C#?
C# – How to get serial number of USB-Stick in C#
c++usbusb-drive
Related Question
- C# – Given a DateTime object, how to get an ISO 8601 date in string format
- C# – What are the correct version numbers for C#
- C# – How to get a consistent byte representation of strings in C# without manually specifying an encoding
- C# – How to get the assembly file version
- C# – Get int value from enum in C#
- C# – Calculate difference between two dates (number of days)
- C# – How to generate a random int number
Best Solution
Try this:
Source: http://social.msdn.microsoft.com/forums/en-US/Vsexpressvcs/thread/f4447ed3-7e5f-4635-a28a-afff0b620156/