歡迎你
各類文章如有侵犯智慧財產權請來信告知--------607@dlps.tp.edu.tw
WIN2012R2 手動設定校時伺服器
作者:tseng 日期:2016-05-11
回復 Windows Time Service (改過機碼)
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
網域主控站(PDC)手動設定校時伺服器
w32tm /config /manualpeerlist:"time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw watch.stdtime.gov.tw" /syncfromflags:manual /reliable:yes /update
w32tm /query /peers
重起Windows Time服務
w32tm /config /update
net stop w32time
net start w32time
w32tm /query /peers
設定 Client
w32tm /config /update /manualpeerlist:"time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw tock.stdtime.gov.tw watch.stdtime.gov.tw,0x1"
w32tm /config /update
w32tm /resync
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
網域主控站(PDC)手動設定校時伺服器
w32tm /config /manualpeerlist:"time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw watch.stdtime.gov.tw" /syncfromflags:manual /reliable:yes /update
w32tm /query /peers
重起Windows Time服務
w32tm /config /update
net stop w32time
net start w32time
w32tm /query /peers
設定 Client
w32tm /config /update /manualpeerlist:"time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw tock.stdtime.gov.tw watch.stdtime.gov.tw,0x1"
w32tm /config /update
w32tm /resync