Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save seompark/3692fc8c419973d3f6584a8871762afc to your computer and use it in GitHub Desktop.
Save seompark/3692fc8c419973d3f6584a8871762afc to your computer and use it in GitHub Desktop.
Windows time sync automatically when boot
net stop w32time
net start w32time
w32tm /config /syncfromflags:manual /manualpeerlist:time.google.com /update
w32tm /resync /rediscover
net stop w32time
net start w32time
  1. 제어판 -> 관리 도구 -> 작업 스케쥴러 -> 작업 만들기
  2. 가장 높은 수준의 권한으로 실행 체크
  3. 동작 탭 -> 새로 만들기 -> time.bat 선택 -> 확인 후 저장
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment