Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 312 Bytes

time-sync-after-running-Ubuntu.md

File metadata and controls

15 lines (8 loc) · 312 Bytes

Time sync after running Ubuntu

So I experienced problems with time after switching from Ubuntu to Windows. The time has changed.

To set the Internet time I created the next .bat script:

net start w32time
w32tm /resync

TODO: find out how to run this script after launching Windows.