Table des matières

Windows Network

Adapters / Devices

WinXP: "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards"
WinNT: "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards"
Win2000: "SYSTEM\\CurrentControlSet\\Control\\Class\\{4D36E972-E325-11CE-BFC1-08002BE10318}"
win98: "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards\\1"
win95: "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards\\1"

Exploration dans WinXP sur mon, portable Dell Latitude D830 :

ATTENTION, par code ce n'est pas “Description” qu'il faut récupérer mais “Title” :

AllAdapterNames[i] = (string) OneAdapKey.GetValue("ServiceName");
AllDescriptions[i] = (string) OneAdapKey.GetValue("Title");