# getNTPtime **Repository Path**: h3l/getNTPtime ## Basic Information - **Project Name**: getNTPtime - **Description**: 使用ntplib强制更新windows时间 - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+TITLE: README * 起 笔记本装了 [[http:bbs.deepin.org][deepin]] 系统,后来又使用外置固态硬盘安装了 WTG(win 10)。当启用 WTG 时, windows 的时间总是不准,即使启用了自动校准时间,但是时区总是不对。需要手动调整。 * 承 要实现系统时间的自动条调教,只需要在系统启动时获取网络时间,然后将这时间写入到系统就可以了。 ***** 获取网络时间 * 转 * 合