How can I disable the APIPA feature in Windows 98/ME/2000/XP/2003 because Network Adapter will not Release/Renew IP Address?

A Windows-based computer that is configured to use DHCP can automatically assign itself an Internet Protocol (IP) address if a DHCP server is not available. For example, this could occur on a network without a DHCP server, or on a network if a DHCP server is temporarily down for maintenance.

You may want to disable it in any of the following cases:

  • Your network uses routers.
  • Your network is connected to the Internet without a NAT or proxy server.

To disable automatic address configuration do the following:

Windows 2000/XP/2003

  1. Open Registry Editor.
  2. In Registry Editor, navigate to the following registry key: KEY_LOCAL_MACHINESYSTEMCurrentControlSetServices TcpipParametersInterfacesadapter_name
  3. Create the following entry:
    IPAutoconfigurationEnabled: REG_DWORD
  4. Assign a value of 0 to disable Automatic Private IP Addressing (APIPA) support for the selected network adapter.
  5. Close Registry Editor.

Note: You must be logged on as an administrator or a member of the Administrators group in order to complete this procedure.

If the IPAutoconfigurationEnabled entry is not present, a default value of 1 is assumed, which indicates that APIPA is used.

If multiple adapters are installed, you can disable APIPA for all installed adapters by setting the IPAutoconfigurationEnabled entry to 0 at the following registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters

Windows 98/ME

  1. Open Registry Editor.
  2. In Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINESystemCurrentControlSetServicesVxDDHCP
  3. Create the following entry:
    IPAutoconfigurationEnabled: REG_DWORD
  4. Assign a value of 0 to disable Automatic Private IP Addressing (APIPA) support for the selected network adapter.
  5. Close Registry Editor.
  • Was this article helpful?
  • Yes 0 people found this article helpful.
  • No 0 people did not find this article helpful.
  • Give us feedback

How can I disable the APIPA feature in Windows 98/ME/2000/XP/2003 because Network Adapter will not Release/Renew IP Address?