广告

本站里的文章大部分经过自行整理与测试

2017年3月26日星期日

Windows + Ubuntu 双系统 - 时间不同步


用 Windows + Ubuntu 双系统, 但每次进入 Windows 都发现时间不同步了
其实这只需要在 Ubuntu 运行下指令就可解决了

旧的 Ubuntu 16.04 前, 需要改 /etc/default/rcS

$ sudo sed -i 's/UTC=no/UTC=yes/' /etc/default/rcS

Ubuntu 16.04 开始

1) 调整为 Local Time (Ubuntu 需要调整)

$ timedatectl set-local-rtc 1 --adjust-system-clock
$ timedatectl

重启进入 Windows 调整时间

2) 调整为 UTC (Windows 需要调整)

2.1) 在 Ubuntu, 输入指令

$ timedatectl set-local-rtc 0

2.2) 在 Windows > Run > cmd, 输入指令

Windows - 32 bit
> Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1

Windows - 64 bit
> Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1

* 记得取消 Ubuntu 和 Windows 自动用网络时间来调整的功能

重启进入 Windows 调整时间

没有评论:

发表评论