원문출처:http://forum.soft32.com/windows/auto-time-sync-period-changed-ftopict354301.html
Thanks to Doug Knox for providing the instructions for solving this manually:
"To make the registry change manually.
Open a Command Prompt window and enter
NET STOP W32TIME
Leave the Command Prompt window open.
Click Start, Run and enter REGEDIT Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
Locate the SpecialPollInterval value and double click it. Select the
Decimal radio button. Enter the time between check, in seconds. For
example 3600 = 1 hour, 7200 = 2 hours and etc. Click Ok. Close
Regedit.
Go back to the Command Prompt window and enter NET START W32TIME.
This restarts the Windows Internet Time service and automatically forces
an update."
명령 프롬포트 : net stop w32time
레지스트리 편집기에서
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
SpecialPollInterval 값을 10진수(영문판 써서 잘 모르겠지만 이렇게 뜰겁니다)로 라디오버튼을 클릭해주고
초단위로 설정해줍니다
다시 프롬포트에서
net start w32time타이핑 하고 엔터칩니다.
출처 : http://blog.daum.net/_blog/BlogTypeView.do?
blogid=0MFYO&articleno=8809839&categoryId=738752®dt=20091229220248#ajax_history_home
'Computer > Windows' 카테고리의 다른 글
서브버전(Subversion) 사용법 (1) | 2013.12.10 |
---|---|
마이크로 세컨드 단위로 실행시간 측정하기 (0) | 2013.10.14 |
윈도우 버전 확인 (2) | 2013.04.17 |
Disable Error Dialog in Windows Server 2008 / Vista (1) | 2012.02.07 |
윈도우 7, 2008 서버에서 오류보고창 뜨는것 막기 - disable wer(window error reporting) dialog in windows 7 and windows 2008 server (0) | 2012.02.07 |