Programming/Etc
Windows Server 2008 R2 시간 동기화
역시인생한방
2016. 10. 14. 12:35
* 일회용
1. Run > cmd
2. w32tm /resync 입력 후 실행
* 스케쥴링
1. Run > regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient\SpecialPollInterval 값 수정
604800 (7일)
86400 (1일)
3600 (1시간)
900 (15분)
2. Run > cmd
net stop w32time 입력 후 실행
net start w32time 입력 후 실행