Obtener numero de serie

New members who wish to post and participate in HMG Forum, please introduce yourselves in this forum by starting a new thread.

Moderator: Rathinagiri

Post Reply
jorge.posadas
Posts: 174
Joined: Mon May 19, 2014 7:43 pm
DBs Used: DBF, SQLite, MS-SQL, ACCESS, MariaDB (en proceso)
Location: Morelia, Mich. México
Contact:

Obtener numero de serie

Post by jorge.posadas »

Grupo,
¿cómo puedo obtener el número de serio del disco duro o del número de serie de mi equipo con HMG?

De antemano agradezco su ayuda
Cordialmente

POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Obtener numero de serie

Post by AUGE_OHR »

WMI :D

Serial Number of Motherboard often are empty and HDD can be change

but Mainboard of PC most include a Network-Chip and that MACAddress is UNIQUE
search for "Win32_NetworkAdapter" in Forum how to use it with WMI
have fun
Jimmy
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: Obtener numero de serie

Post by dragancesu »

Try

wmic bios get serialnumber

for start type wmic /? for options
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Obtener numero de serie

Post by AUGE_OHR »

SerialNumber
To Be Filled By O.E.M.
this Syntax seems to work

Code: Select all

wmic NICCONFIG get MACAddress
have fun
Jimmy
User avatar
nekbmm
Posts: 118
Joined: Sat Jul 16, 2016 3:16 am
DBs Used: DBF,SQLite
Location: Ivanjica, Serbia

Re: Obtener numero de serie

Post by nekbmm »

jorge.posadas wrote: Sun Oct 15, 2023 12:41 am Grupo,
¿cómo puedo obtener el número de serio del disco duro o del número de serie de mi equipo con HMG?

De antemano agradezco su ayuda
SYSTEMINFO
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Obtener numero de serie

Post by AUGE_OHR »

hi,
nekbmm wrote: Sun Oct 15, 2023 1:06 pmSYSTEMINFO
you can get a lot of Information from PC using SYSTEMINFO but nothing to identify UNIQUE like MAC Adress

also you must be aware if Customer "upgrade" e.g. HDD -> SSD or change Graphic Card
only when change Motherboard (with Network-Chip) it need to activate Windows again so your Software can do same
have fun
Jimmy
Post Reply