1. On command prompt run the command
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient" /v UpdateTopLevelDomainZones /t reg_dword /d 1 /f

To disable the group policy, do the following
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient" /v UpdateTopLevelDomainZones /t reg_dword /d 0 /f

To set the policy to "NotConfigured", just remove the reg key,

No comments:
Post a Comment