mirror of https://github.com/jkjoy/sunpeiwen.git
23 lines
438 B
Markdown
23 lines
438 B
Markdown
|
---
|
||
|
title: macOS与Windows双系统时间不同步的解决办法
|
||
|
tags:
|
||
|
- macos
|
||
|
- 时间同步
|
||
|
- windows
|
||
|
published: true
|
||
|
hideInList: false
|
||
|
isTop: false
|
||
|
abbrlink: '88405098'
|
||
|
date: 2022-11-15 13:07:00
|
||
|
feature:
|
||
|
---
|
||
|
|
||
|
|
||
|
在windows下
|
||
|
右键点击开始菜单,选择终端(管理员)
|
||
|
|
||
|
|
||
|
Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1
|
||
|
|
||
|
回车搞定!重启试试!
|