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