How do I get the motherboard ID or serial number from Delphi code?
Is there any example code or articles that I can look at?
How do I get the motherboard ID or serial number from Delphi code?
Is there any example code or articles that I can look at?
try using the WMI Win32_BaseBoard Class .
see theses samples:
Option 1) before execute you need import the
Microsoft WMIScripting Library
fromComponent
->Import Component
and then selectImport type library
Option 2) using
OLEVariant
, IBindCtx Interface and IMoniker InterfaceI got another solution:
Best Regards Wellington