[Contribute Advice] 双硬盘一个deepin一个win10每次切换系统都要重新设置时间,苦恼
Tofloor
poster avatar
我爱掉线
deepin
2021-03-12 15:39
Author

每次好像时间都要重新切换,很麻烦,就不愿意切换回去了

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2021-03-12 15:59
#1

把 Windows 的时间标准设置为 UTC

Reply View the author
我爱掉线
deepin
2021-03-12 16:07
#2
SamLukeYes

把 Windows 的时间标准设置为 UTC

设置步骤。

Reply View the author
我爱掉线
deepin
2021-03-12 16:11
#3
SamLukeYes

把 Windows 的时间标准设置为 UTC

我看了看我的是UTC+8

Reply View the author
135******99
deepin
2021-03-12 16:25
#4

善用度娘,有方法

Reply View the author
SamLukeYes
deepin
2021-03-12 16:27
#5
我爱掉线

设置步骤。

https://wiki.archlinux.org/index.php/Time_standard

Reply View the author
littlebat
deepin
2021-03-12 17:25
#6

也可以把 Linux 时间设为使用本地时间,使用命令: sudo timedatectl set-local-rtc 1 ,sudo timedatectl status 可以显示当前时间设置。另,hwclock 也是重要的相关命令,如: sudo hwclock -w 把当前操作系统时间同步到硬件主板时间。

Reply View the author
lenke
deepin
2021-03-12 18:50
#7

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]

"RealTimeIsUniversal"=dword:00000001

 

Reply View the author
caoayu
deepin
2021-03-12 18:58
#8

论坛里有改Windows注册表的方法,可以搜下

Reply View the author
火鸟
deepin
2021-03-13 04:54
#9

我以前deepin15.5和win10双系统也遇到过这种情况,但那是在同一个磁盘中,可在Linux中用命令来修改设置,就很简单。只需要在虚拟终端里的普通用户的命令行上输入:timedatectl set-local-rtc true  接着输入密码授权,没有别的提示就说明成功了。

重启系统,开机后进入Windows系统,发现系统时间已经和deepin15.5同步了。

Reply View the author