3

I wrote a simple tool that emulates the *nix "ifconfig -a" in Delphi and posted it here on SO. However, I would also like to be able to retrieve the adapter's GUID as well. Is there a way to do this in Delphi, without using WMI?

Community
  • 1
  • 1
Mick
  • 13,248
  • 9
  • 69
  • 119

1 Answers1

5

check this windows registry key

HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> WindowsNT -> CurrentVersion- > NetworkCards undear each number see the value of the ServiceName this is the GUID

enter image description here

RRUZ
  • 134,889
  • 20
  • 356
  • 483