eubnara / troubleshooting

이것저것 공부하다가 맞닥뜨리는 문제점, 해결방식 등 정리
2 stars 0 forks source link

windows - linux dual boot 시 시간 동기화 #90

Open eubnara opened 1 year ago

eubnara commented 1 year ago

https://zetawiki.com/wiki/%EC%9C%88%EB%8F%84%EC%9A%B0_NTP_%EB%8F%99%EA%B8%B0%ED%99%94 https://itsfoss.com/wrong-time-dual-boot/

    Open the command prompt Win+R, type shell:startup
    Create a file named resync.cmd
    In the file, type w32tm /resync

w32tm /resync 가 Windows Time 서비스가 시작되지 않아 실패할 수도 있다. resync.cmd 파일에 다음과 같이 내용을 넣어주자.

net start w32time
w32tm /resync
eubnara commented 10 months ago

https://jennana.tistory.com/124#recentComments

image

shell:common startup => 공통
shell:startup => 현재 사용자를 위한
eubnara commented 10 months ago

바로가기나 배치파일이 관리자 권한으로 실행이 안되어서 시작프로그램을 이용한 방법이 실패한다.

https://seogilang.tistory.com/2019 작업스케쥴러로 실행하기

https://skillmemory.tistory.com/entry/%EC%9E%91%EC%97%85-%EC%8A%A4%EC%BC%80%EC%A4%84%EB%9F%AC-%EA%B4%80%EB%A6%AC%EC%9E%90-%EA%B6%8C%ED%95%9C-%EC%8B%A4%ED%96%89 가장 높은 수준의 권한으로 실행하기