Fork me on GitHub
摘要: 在shell:startup文件夹下面新建bat文件,内容如下: @echo off net stop w32time net start w32time w32tm /config /manualpeerlist:"time.nist.gov" /syncfromflags:manual /rel 阅读全文
posted @ 2023-11-15 19:02 秋夜雨巷 阅读(85) 评论(0) 推荐(0) 编辑