close

#########################################################

## REG COMMAND 設定每3600秒同步NTP伺服器
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient /v SpecialPollInterval /d 0x00000e10 /t REG_DWORD /f

#########################################################

#一次同步多台NTP伺服器
w32tm /config /update /manualpeerlist:"ntp.startravel.com.tw,ntp2.startravel.com.tw,0x1"
net stop w32time
net start w32time
w32tm /resync

##########################################################

#一次同步一台NTP伺服器
w32tm /config /update /manualpeerlist:"ntp.startravel.com.tw,ntp2.startravel.com.tw,0x1"
net stop w32time
net start w32time
w32tm /resync

#########################################################

參考網頁
REG
http://commandwindows.com/reg.htm
http://www.petri.co.il/reg_command_in_windows_xp.htm

w32tm
http://technet.microsoft.com/en-us/library/cc773263%28v=ws.10%29.aspx
http://support.microsoft.com/kb/875424/zh-tw
http://support.microsoft.com/kb/307897/zh-tw
http://www.dotblogs.com.tw/halladay/archive/2012/05/11/72124.aspx

#########################################################
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00000e10

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 里歐 的頭像
    里歐

    里歐's 布拉格

    里歐 發表在 痞客邦 留言(1) 人氣()