ubuntu和win10双系统时间同步

  • Win10下打开cmd
  • Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1
  • ubuntu下安装ntpdate
  • sudo apt-get install ntpdate
  • 校准时间
  • sudo ntpdate time.windows.com
  • 更新时间
  • sudo hwclock --localtime --systohc

你可能感兴趣的:(ubuntu和win10双系统时间同步)