disk serial number desde VB.NET

17/06/2004 - 20:26 por Gaston | Informe spam
puedo obtener el numero de serie del disco rígido desde VB.NET?
 

Leer las respuestas

#1 Tristan
17/06/2004 - 21:58 | Informe spam
Prueba con esto:

Dim unidad As New ManagementObject("Win32_LogicalDisk.DeviceId=""C:""")
MsgBox(unidad.Properties("VolumeSerialNumber").Value)

Juan Carlos Badiola
MVP - C#

Preguntas similares