How can I stop my Windows domain controllers from dynamically registering DNS names?

John Savill

March 21, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. By default, the netlogon service on a domain controller (DC) registers dynamic DNS records to advertise Active Directory (AD) directory service services. However, you can disable this feature with a registry setting. Perform the following steps:

  1. Start regedit.exe.

  2. Go to HKEY_LOCAL_MACHINESystemCurrentControlSetServicesNetlogonParameters.

  3. If the UseDynamicDns value exists, double-click it, and set it to 0.

  4. If the UseDynamicDns value doesn't exist, from the Edit menu, select New, DWORD value.

  5. Enter a name of UseDynamicDns and press Enter.

  6. Double-click the new value, and set it to 0.

  7. Click OK.

  8. Close regedit.

  9. Reboot the server.

If you disable dynamic DNS updates, you should manually create the needed records based on the %windir%system32configetlogon.dns file.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like