Admin Tip #162: Probe for MAC addresses

Hits: Failed to execute CGI : Win32 Error Code = 3


If your issue is to control the MAC address of your own NT workstation:

For most NICs, navigate to:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\<NICDriver<X>>\NetworkAddress

where <NICDriver<X>> is the name of the driver for your NIC plus a number (usually 1). From there you would set the value of NetworkAddress to whatever you want your MAC address to be. Deleting the key or setting the value to an empty string will cause the MAC address to default to the Hardware address.

For Compaq network adapters:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\000<x>\ NetworkAddress

where <x> is the number of the network adapter.

For Windows 2000, Microsoft used a variant of Compaq's approach:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\<One Big number>\<One Little Number>\NetworkAddress

where <One Big number> is some kind of driver ID and <One Little Number> is the NIC's sequential number within the system.