<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=NTP%2FWindows</id>
	<title>NTP/Windows - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=NTP%2FWindows"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=NTP/Windows&amp;action=history"/>
	<updated>2026-05-04T17:50:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=NTP/Windows&amp;diff=7656&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== Windows NTP ==  == Windows Synchronization ==  ref: &lt;ref&gt;https://stackoverflow.com/questions/22862236/how-to-sync-windows-time-from-a-ntp-time-server-in-command&lt;/ref&gt;  net stop w32time  w32tm /config /syncfromflags:manual /manualpeerlist:&quot;0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org&quot;  net start w32time  w32tm /config /update  w32tm /resync /rediscover   w32tm /query /status  -----  Set time from the command line:  net time /set \\10.10.10.1...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=NTP/Windows&amp;diff=7656&amp;oldid=prev"/>
		<updated>2024-07-20T06:16:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Windows NTP ==  == Windows Synchronization ==  ref: &amp;lt;ref&amp;gt;https://stackoverflow.com/questions/22862236/how-to-sync-windows-time-from-a-ntp-time-server-in-command&amp;lt;/ref&amp;gt;  net stop w32time  w32tm /config /syncfromflags:manual /manualpeerlist:&amp;quot;0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org&amp;quot;  net start w32time  w32tm /config /update  w32tm /resync /rediscover   w32tm /query /status  -----  Set time from the command line:  net time /set \\10.10.10.1...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Windows NTP ==&lt;br /&gt;
&lt;br /&gt;
== Windows Synchronization ==&lt;br /&gt;
&lt;br /&gt;
ref: &amp;lt;ref&amp;gt;https://stackoverflow.com/questions/22862236/how-to-sync-windows-time-from-a-ntp-time-server-in-command&amp;lt;/ref&amp;gt;&lt;br /&gt;
 net stop w32time&lt;br /&gt;
 w32tm /config /syncfromflags:manual /manualpeerlist:&amp;quot;0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org&amp;quot;&lt;br /&gt;
 net start w32time&lt;br /&gt;
 w32tm /config /update&lt;br /&gt;
 w32tm /resync /rediscover&lt;br /&gt;
&lt;br /&gt;
 w32tm /query /status&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Set time from the command line:&lt;br /&gt;
 net time /set \\10.10.10.1 /y&lt;br /&gt;
&lt;br /&gt;
 # or&lt;br /&gt;
 w32tm /config /syncfromflags:manual /manualpeerlist:&amp;quot;10.0.0.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Windows XP change time synchronization frequency:&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;double click on &amp;#039;SpecialPollInterval&amp;#039; in the right hand pane - default is 604800 (7 days) in seconds (Decimal). You can change the Decimal value to what ever you want. I have mine set to 86400 (24 Hours). You will need to restart your system for this change to take effect.&amp;quot; [http://www.pcreview.co.uk/forums/thread-325219.php]&lt;br /&gt;
&lt;br /&gt;
weekly_time_update.reg - update 7 days (default):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient]&lt;br /&gt;
&amp;quot;SpecialPollInterval&amp;quot;=dword:00093a80&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
daily_time_update.reg - update daily:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient]&lt;br /&gt;
&amp;quot;SpecialPollInterval&amp;quot;=dword:00015180&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Windows 2000 (Win2K) uses a time service, known as Windows Time Synchronization Service (Win32Time), to ensure that all Win2K computers on your network use a common time. The W32Time Service is a fully compliant implementation of the Simple Network Time Protocol (SNTP) as detailed in IETF RFC 1769. SNTP uses UDP port 123 by default. If you want to synchronize your time server with an SNTP server on the Internet, make sure that port is available.&lt;br /&gt;
&lt;br /&gt;
* Select a NTP server, using &lt;br /&gt;
 net time /setsntp:swisstime.ethz.ch&lt;br /&gt;
* Start the W32time service with&lt;br /&gt;
 net start W32Time&lt;br /&gt;
&lt;br /&gt;
You can also set the start option of the Windows Time Synchronization Service (W32Time) to Automatic, so the service will start when Windows/2000 starts.&lt;br /&gt;
 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters&lt;br /&gt;
 &lt;br /&gt;
 LocalNTP : REG_DWORD&lt;br /&gt;
 # Used to start the SNTP server.&lt;br /&gt;
 1 = always start the SNTP server&lt;br /&gt;
 &lt;br /&gt;
 Type : REG_SZ&lt;br /&gt;
 # Used to control how a computer synchronizes.&lt;br /&gt;
 NTP = synchronize to manually configured source&lt;br /&gt;
&lt;br /&gt;
Source: [http://www.akadia.com/services/ntp_synchronize.html Time Synchronization with NTP]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>