系统时间问题!
Tofloor
poster avatar
yzxpp8
deepin
2018-05-25 23:53
Author
本人13年左右的机子H61主板,win10+deepin15.5双系统,每次从deepin重启进入win10后系统时间相差查好几个小时,每次都得手动对时有点烦!有什么办法,希望大神不吝赐教!


另外本人office2010中的公式编辑器刚需,有没有人推荐什么软件,或者叫我怎样使用crossover上怎样安装office2010,搜了很多都没成功谢谢!

最后祝deepin越办越好!
Reply Favorite View the author
All Replies
avatar
meng_chen
deepin
2018-05-26 00:11
#1
前面帖子有命令,最简单的办法就是改win10的系统时间
Reply View the author
avatar
yzxpp8
deepin
2018-05-26 00:36
#2
https://bbs.deepin.org/post/156999
前面帖子有命令,最简单的办法就是改win10的系统时间

每次手动,有点烦!
Reply View the author
avatar
stainsun
deepin
2018-05-26 01:13
#3
本帖最后由 stain 于 2018-5-25 17:16 编辑

引发原因:
双系统时间不同步是一种常见问题。Linux 使用的是格林威治时间而 Windows 使用的是本地时间。当你从 Linux 切换到 Windows 或者从 Windows 切换到 Linux 时,就可能显示错误的时间了。


解决步骤:
1.点击 Windows 系统中的开始菜单,然后搜索 regedit。

2.点击打开,然后你会看到类型下面的内容。就是注册表编辑器。  


3.在左边的导航菜单,导航到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation。
在右边窗口,右键点击空白位置,然后选择 New >> DWORD(32 bit) Value。   


4.之后,你会新生成一个条目,而且这个条目默认是高亮的。将这个条目重命名为 RealTimeIsUniversal 并设置值为 1。

所有的配置就完成了,下次重启,就不会再有时间同步问题了。


Reply View the author
avatar
yzxpp8
deepin
2018-05-26 01:34
#4
https://bbs.deepin.org/post/156999
引发原因:
双系统时间不同步是一种常见问题。Linux 使用的是格林威治时间而 Windows 使用的是本地时间。当 ...

谢谢你,回家后试试!
Reply View the author
avatar
xiaoxiaoming
deepin
2018-05-26 02:58
#5
在deepin里运行这句就行了   timedatectl set-local-rtc true
Reply View the author
avatar
yzxpp8
deepin
2018-05-26 06:14
#6
https://bbs.deepin.org/post/156999
在deepin里运行这句就行了   timedatectl set-local-rtc true

谢谢你,解决了!
Reply View the author