From: itisthiyagu on 16 Apr 2008 05:19 How to get Motherboard serial number? I want to use Motherboard serial number for licensing mechanism. I am able to get MAC address of Network Adapter. If user changes the NIC, MAC changes. I want to use some client information which is stable. I prefer to use Motherboard's serial number. anybody knows how to get Motherboard serial number? Thanks in Advance.
From: Anshul on 16 Apr 2008 06:38 Hi Have a look at this link http://msdn2.microsoft.com/en-us/library/aa394072(VS.85).aspx Anshul On Apr 16, 2:19 pm, itisthiy...(a)gmail.com wrote: > How to get Motherboard serial number? > > I want to use Motherboard serial number for licensing mechanism. > I am able to get MAC address of Network Adapter. If user changes the > NIC, MAC changes. > I want to use some client information which is stable. I prefer to > use Motherboard's serial number. > > anybody knows how to get Motherboard serial number? > > Thanks in Advance.
From: itisthiyagu on 16 Apr 2008 07:01 Thanks for your suggestion. I tried to get motherboard serial number from Win32_BaseBoard class also. 'SerialNumber' property returns null. Don't know where should i get this serial number. -Thiyagarajan On Apr 16, 3:38 pm, Anshul <anshulk.kap...(a)gmail.com> wrote: > Hi > > Have a look at this link > > http://msdn2.microsoft.com/en-us/library/aa394072(VS.85).aspx > > Anshul > On Apr 16, 2:19 pm, itisthiy...(a)gmail.com wrote: > > > How to get Motherboard serial number? > > > I want to use Motherboard serial number for licensing mechanism. > > I am able to get MAC address of Network Adapter. If user changes the > > NIC, MAC changes. > > I want to use some client information which is stable. I prefer to > > use Motherboard's serial number. > > > anybody knows how to get Motherboard serial number? > > > Thanks in Advance.
From: Christian ASTOR on 16 Apr 2008 09:11 On 16 avr, 13:01, itisthiy...(a)gmail.com wrote: > > > I want to use Motherboard serial number for licensing mechanism. > > > I am able to get MAC address of Network Adapter. If user changes the > > > NIC, MAC changes. > > > I want to use some client information which is stable. I prefer to > > > use Motherboard's serial number. > > > > anybody knows how to get Motherboard serial number? There is also Win32_ComputerSystemProduct but, like Win32_BaseBoard, it reads the SMBIOS tables...
From: itisthiyagu on 18 Apr 2008 00:55 can not we get BIOS serial number using WIN API's? I want to make a small application without using COM. is it possible? -Thiyagarajan On Apr 16, 6:11 pm, Christian ASTOR <casto...(a)club-internet.fr> wrote: > On 16 avr, 13:01, itisthiy...(a)gmail.com wrote: > > > > > I want to use Motherboard serial number for licensing mechanism. > > > > I am able to get MAC address of Network Adapter. If user changes the > > > > NIC, MAC changes. > > > > I want to use some client information which is stable. I prefer to > > > > use Motherboard's serial number. > > > > > anybody knows how to get Motherboard serial number? > > There is also Win32_ComputerSystemProduct but, like Win32_BaseBoard, > it reads the SMBIOS tables...
|
Next
|
Last
Pages: 1 2 Prev: Find out if monitor is off Next: Post WM_KEYDOWN and ignore Ctrl/Alt/Shift is pressed |