Created
March 15, 2021 02:22
-
-
Save khayama-zz/117c50f5529bce232179c3e97def7010 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem windowsのntpを「10.0.77.54」に設定 | |
sc config w32time start= delayed-auto | |
net start w32time | |
w32tm /config /update /manualpeerlist:10.0.77.54 /syncfromflags:manual | |
rem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment