Home All Groups Group Topic Archive Search About

Hard Disk Serial Number

Author
3 Oct 2006 4:51 PM
JLO
Hello. i am using visual basic 2005
i'd like to get the hard disk serial number,
how could i get it?
Thaks

Author
3 Oct 2006 5:31 PM
Herfried K. Wagner [MVP]
"JLO" <jaime.lo***@geosolucion.com> schrieb:
> Hello. i am using visual basic 2005
> i'd like to get the hard disk serial number,
> how could i get it?

WMI + 'Win32_PhysicalMedia' (namespace 'System.Management').

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
4 Oct 2006 5:23 PM
JLO
thanks
Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> escribió en el mensaje
news:%23AF7MHx5GHA.3452@TK2MSFTNGP05.phx.gbl...
> "JLO" <jaime.lo***@geosolucion.com> schrieb:
>> Hello. i am using visual basic 2005
>> i'd like to get the hard disk serial number,
>> how could i get it?
>
> WMI + 'Win32_PhysicalMedia' (namespace 'System.Management').
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>