HKLM\SYSTEM\CurrentControlSet\Services\DNS\Zones\<Zone-name>
Data type | Range | Default value |
---|---|---|
REG_DWORD | 0x1 - 0xFFFFFFFF hours | 0xA8 (168 hours = 1 week) |
Specifies the duration of the
The
This entry and related entries configure the scavenging feature of the DNS server. The no-refresh interval for a record begins when its timestamp is updated. When the time specified by this entry expires, the refresh interval begins, during which servers have a specified period to update the timestamps of the resource record. During its refresh interval and the no-refresh interval, a record is protected and cannot be deleted by the scavenging feature of the DNS server. However, when both intervals expire, the DNS server can scavenge (delete) resource records that are still out of date.
You can specify the duration of the
NoRefreshInterval directly stores the value of the No refresh interval box on the Aging page of the DNS console.
The default duration of the no-refresh interval for a new zone
is stored in the value of DefaultNoRefreshInterval, and is copied to the
value of NoRefreshInterval when a new
DefaultNoRefreshInterval stores the setting in the Server Aging/Scavenging Properties dialog box.
When you select the Apply these settings to the existing Active Directory-integrated zones check box on the Server Aging/Scavenging Confirmation dialog box, the value of DefaultNoRefreshInterval is copied to the value of NoRefreshInterval and replaces any existing value.
To change the value of this entry, use the DNS console. Right-click the name of a zone, click Properties, click the General tab, and then click the Aging button. This entry stores the value in the No refresh interval field.
DNS reads its registry entries only when it starts. You can change entries while the DNS server is running by using the DNS console. If you change entries by editing the registry, the changes are not effective until you restart the DNS server.
Note
This entry is used only when scavenging is enabled on the server (as specified in ScavengingInterval) and on the zone (as specified by the value of Aging). By default, scavenging is disabled.
Caution
DNS adds this entry to the registry when you use the DNS console to configure scavenging. Do not edit the registry to add, delete or change this value.
Related Entries