How to disable Dynamic DNS Registration from command line on Server 2008 host
At times, you not want your host to register A record automatically using dynamic DNS. If this case, simply run following command on Server 2008 to disable dynamic DNS.
reg add hklm\system\currentcontrolset\services\tcpip\parameters /v DisableDynamicUpdate /t REG_DWORD /d 1 /f