OBTENER SERIAL DE HDD EN WINDOWS XP, 7 y 8
Publicado por Edison (2 intervenciones) el 17/11/2014 16:23:49
Por favor como puedo obtener el serial fisico del disco duro en windows xp, 7 y 8.
Gracias.
Gracias.
Valora esta pregunta


1
Dim fso As New Scripting.FileSystemObject
Dim dr As Scripting.Drive
Set dr = fso.GetDrive("C:")
MsgBox dr.SerialNumber