<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Dns_registration_in_windows</id>
	<title>Dns registration in windows - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Dns_registration_in_windows"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Dns_registration_in_windows&amp;action=history"/>
	<updated>2026-04-09T02:00:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Dns_registration_in_windows&amp;diff=5089&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` $dnsRegistrationInterval = Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' -Name 'RegistrationRefreshInterval' Write-Host &quot;Current DNS Re...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Dns_registration_in_windows&amp;diff=5089&amp;oldid=prev"/>
		<updated>2024-03-08T23:28:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` $dnsRegistrationInterval = Get-ItemProperty -Path &amp;#039;HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters&amp;#039; -Name &amp;#039;RegistrationRefreshInterval&amp;#039; Write-Host &amp;quot;Current DNS Re...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
$dnsRegistrationInterval = Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' -Name 'RegistrationRefreshInterval'&lt;br /&gt;
Write-Host &amp;quot;Current DNS Registration Interval: $($dnsRegistrationInterval.RegistrationRefreshInterval) seconds&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Set to 1 hour instead of 1 day default&lt;br /&gt;
```&lt;br /&gt;
$newInterval = 3600&lt;br /&gt;
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' -Name 'RegistrationRefreshInterval' -Value $newInterval&lt;br /&gt;
Write-Host &amp;quot;DNS Registration Interval updated to $newInterval seconds&amp;quot;&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>