美文网首页
Hackintosh与Windows双系统时间不一致问题的解决办

Hackintosh与Windows双系统时间不一致问题的解决办

作者: v587的毅哥 | 来源:发表于2022-04-15 09:34 被阅读0次

直接上方法:注册表定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
新建一个DWORDRealTimeIsUniversal,设置值为1就可以了。
或者复制以下内容到文本文件,改扩展名为reg,双击导入注册表即可。

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]

"RealTimeIsUniversal"=dword:00000001

此方法来源:https://bbs.pcbeta.com/viewthread-1847574-2-1.html

相关文章

网友评论

      本文标题:Hackintosh与Windows双系统时间不一致问题的解决办

      本文链接:https://www.haomeiwen.com/subject/xbufertx.html