aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/windows7_sntp_config.html
blob: 8ccd0e4853ecdb655ca9332cf87081dce9bd6539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Matt's Time Server | Windows 7 Time Server Configuration</title>
        <link rel="stylesheet" type="text/css" href="/style.css" />
        <link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="content">
        <div id="primary" class="main">
                <div id="title">
                        <h1>time.mattrude.com <i>&mdash; Windows 7 Time Server Configuration</i></h1>
                </div>
                <p> <a href=/>time.mattrude.com</a> / <a href=/documentation/>documentation</a> / <strong>Windows 7 SNTP Config</strong> / </p>
		<p>If you have an issue with your system clock losing time, you&rsquo;ve probably had to go and re-sync your clock with the internet time servers. The problem is that there are just way too many clicks required to get to the right screen, so the command line is much simpler.</p> 
		<p>Note that you can partially solve this issue by changing the time server you are using or increasing the intervals between time checks, but there are some instances where you&rsquo;ll just want to quickly sync the time manually.</p> 
		<h2>Sync Clock the Slow GUI Way</h2>
		<p>First you&rsquo;ll have to right-click on the clock and choose &ldquo;Adjust Date/Time&rdquo;</p> 
		<p><img title="win7_TS-1" src="images/win7_TS-1.png" alt="win7_TS-1" width="264" height="287" /></p> 
		<p>Then you select the Internet Time tab, and click the Change Settings button.</p> 
		<p><img title="win7_TS-2" src="images/win7_TS-2.png" alt="win7_TS-2" width="505" height="502" /></p> 
		<p>After the UAC prompt you can finally click the &ldquo;Update now&rdquo; button to tell the computer to resync.</p> 
		<p><img title="win7_TS-3" src="images/win7_TS-3.png" alt="win7_TS-3" width="480" height="296" /></p> 
		<p>That.s a lot of steps. but check out how simple it is from the command line.</p> 
		<h2>Sync Clock from Command Line</h2>
		<p>Simply open an administrative mode command prompt (right-click, Run as administrator), and then type in the following command:</p> 
		<h2>w32tm /resync</h2> 
		<p><img title="win7_TS-4" src="images/win7_TS-4.png" alt="win7_TS-4" width="532" height="170" /></p> 
		<p>And now your clock is sync.d. If you want proof, you could check the time settings panel again.</p> 
		<p><img title="win7_TS-5" src="images/win7_TS-5.png" alt="win7_TS-5" width="440" height="82" /></p>
		<h2>References</h2>
		<ul>
			<li><a href="http://technet.microsoft.com/en-us/library/cc773263(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc773263(WS.10).aspx</a></li>
			<li><a href="http://support.microsoft.com/kb/223184">http://support.microsoft.com/kb/223184</a></li>
		</ul>
	</div>
        <div id="footer">
            <div class="footer-left">
                <p><a href='http://time.mattrude.com'>Home</a> | <a href='/status/'>Status</a> | <a href='/documentation/'>Documentation</a> | <a href='https://github.com/mattrude/time.mattrude.com'>Source</a></p>
            </div>
            <div class="footer-right">
                <p>Copyright &copy; 2009 &mdash; 2012 by <a href='http://mattrude.com'>Matt Rude</a></p>
            </div>
        </div>
</div>
</body>
</html>