檢視ntp伺服器時間
w32tm /stripchart /computer:10.36.20.18
檢查ntp和客戶端的時間差異
w32tm /stripchart /computer:time.windows.com /samples:5(取樣的次數) /dataonly
w32tm /stripchart /computer:time.windows.com /samples:5 /dataonly
修改時間間隔
regedit進入登錄檔,開啟如下位置:hkey_local_machine\system\currentcontrolset\services\w32time\timeproviders\ntpclient
編輯specialpollinterval值,預設十進位制值604800=7(天)*24(小時)*60(分鐘)*60(秒),修改成你需要的時間間隔即可。
批處理
@echo offnet stop
"windows time
"reg add hkey_local_machine\system\currentcontrolset\services\w32time\timeproviders\ntpclient /v specialpollinterval /t reg_dword /d 3600 /f
net start
"windows time
" || echo 時間同步頻率修改失敗! && pause >nul &&exit
echo 時間同步頻率修改為1小時/次! && ping 127.1 -n 3 >nul && exit
Windows 時間同步
讓系統時間更準確 引用 http ruanqizhen.spaces.live.com blog cns 5852d4f797c53fb6 1213.entry 使用ntp協議可以讓你的計算機自動與伺服器上的時間同步。從而保持最準確的時間。在 windows xp 2000 可下使用以下命令設定計算...
Windows時間同步
1.配置pdc與外部時間源同步 修改登錄檔 hkey local machine system currentcontrolset services w32time parameters,配置ntpserver值為 time.windows.com 配置預設同步週期 hkey local machi...
Windows 設定時間同步
1 windows server 2008 r2 w32tm config manualpeerlist ntp.fudan.edu.cn,0x8 syncfromflags manual net stop w32time net start w32time w32tm resync 4條命令執行完...