View Single Post
Old 07-06-2004, 01:27 AM   #2
Mark Renoden [MSFT]
Guest
 
Posts: n/a
Default Re: Is it possible to globally disable DDNS registrations on Win XP Pro via the registry?

Hi

This is actually managed in Group Policy for Windows XP. If you're in a
Windows Server 2003 domain, it will also have the functionality in the
system.adm file. For a Windows 2000 domain, you'll need to manage the group
policy object from a Windows XP client with an administrator account and
load the Windows XP system.adm file.

Policy setting is found in:

Computer Configuration -> Administrative Templates -> Network -> DNS
Client -> Dynamic Update.

Looking at the system.adm file, this appears to map to "RegistrationEnabled"
in "HKLM\Software\Policies\Microsoft\Windows NT\DNSClient". Referring to:

834440 The SetDynamicDNSRegistration method of the
http://support.microsoft.com/?id=834440

The static registry key is:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<NetworkAdapterGUID>

Kind regards
--
Mark Renoden [MSFT]
Windows Platform Support Team
Email: markreno@online.microsoft.com

Please note you'll need to strip ".online" from my email address to email
me; I'll post a response back to the group.

This posting is provided "AS IS" with no warranties, and confers no rights.

"Trust No One" <dana.scully@usa.net> wrote in message
news:3300c5e4.0406050837.3300eff1@posting.google.com...
> Hi Folks,
>
> I've spent hours on this one. I would greatly appreciate if someone
> could provide the definitive answer.
>
> The background is that I would like to disable Dynamic DNS
> registrations for *all* network adapters for my XP Pro workstations. I
> would like to do this via a single registry entry which acts globally
> for all network interfaces.
>
> This is certainly possible under Windows 2003 and Windows 2000
> versions by use of the "DisableDynamicUpdate registry key". (see KB
> Article 246804) - Note however that this KB Article does _not_ mention
> Windows XP in the applicable operating systems list.
>
> However the Windows XP resource kit document does state that this key
> works under Windows XP: see http://tinyurl.com/3g6d5
>
> My testing indicates that the "DisableDynamicUpdate" registry key does
> not work under Windows XP.
>
> I done some further digging and an archived Microsoft Support Webcast
> on DNS states that the registry key has changed under Windows XP:see
> http://tinyurl.com/yv4bs
>
> However the new key name given in the support webcast -
> "RegistrationEnabled" definitely does not work on a Global basis. More
> on this below.
>
> Finally KB article 834440 suggests that the "DisableDyamicUpdate" does
> not work under XP, and the "RegistrationEnabled" and
> "RegisterAdapterName" keys need to be set individually on each
> interface (by a script say) to achieve the desired result.
>
> Now you see why I'm confused
>
> Can anyone provide a definitive answer? Does a registry entry similar
> in effect to "DisableDynamicUpdate" exist under WinXP Pro?
>
> Best Wishes
>
> --
> Peter <X-Files FAN & AD enthusiast>



  Reply With Quote