python同步windows系統時間,python同步windows

來源:互聯網
上載者:User

python同步windows系統時間,python同步windows

import os
com1 = 'net use \\\\192.168.0.90\\ipc$ PPss01!123/user:administrator'
os.system(com1)
com2='net time \\\\192.168.0.90 /set /yes '
os.system(com2)
com3='pause'
os.system(com3)

 

 

 


怎在Windows通過NTP協議實現伺服器時間同步(python或C實現)

(知道不能發連結。)
1.擷取NTP伺服器時間。在pypi找ntplib。有範例。
2.設定windows系統時間。有很多方法。最簡單的可以直接用date命令。也可以用win32API SetSystemTime,這個精度控制好一些,可以設定到ms。

如果要定期對時,設定計劃任務即可。
 
Windows系統時間同步

你開啟windows的時間和日期屬性對話方塊

裡面有與INTERNET時間同步,然後輸入你們服務端的地址!
就可以實現自動更新拉
 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.