Skip to content

Instantly share code, notes, and snippets.

@khayama-zz
Created March 15, 2021 02:22
Show Gist options
  • Save khayama-zz/117c50f5529bce232179c3e97def7010 to your computer and use it in GitHub Desktop.
Save khayama-zz/117c50f5529bce232179c3e97def7010 to your computer and use it in GitHub Desktop.
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