Sep 1, 2003 #1 B bogdandaniel Member Joined Mar 28, 2003 Messages 11 Can anyone tell me how to use DeviceIOControl to obtain a hard disk serial number in VB NET?
Sep 2, 2003 #2 A aah_what Member Joined Aug 18, 2003 Messages 7 HDD Serial Hi, To obtain the HDD Serial, Imports Microsoft.Win32 and HDDSerial = DriveInfo.CDriveInfo.GetDriveInfo("C:\").SerialNumber.ToString try this, it works for me! Matt
HDD Serial Hi, To obtain the HDD Serial, Imports Microsoft.Win32 and HDDSerial = DriveInfo.CDriveInfo.GetDriveInfo("C:\").SerialNumber.ToString try this, it works for me! Matt
Sep 2, 2003 #3 B bogdandaniel Member Joined Mar 28, 2003 Messages 11 This is not physical serial of HDD this is volume serial. This serial change with format. Thanks anyway!
This is not physical serial of HDD this is volume serial. This serial change with format. Thanks anyway!