Create a DWORD named DisableDynamicUpdate under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters and assign value 1 .
Or you can run the command below to easily create the record.
reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v DisableDynamicUpdate /t REG_DWORD /d 1 /f
Normally this method shown for 2000 and 2003 servers in MS pages, but it is also working for 2008.