Enable Top Level Domain Zones group policy through command line
To Enable "Update Top Level Domain Zones" group policy on command prompt, set the registry key "UpdateTopLevelDomainZones" to 1
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,
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,
0 comments:
Post a Comment