hexo/source/_posts/2022-11-15-macOS-Windows-ti...

25 lines
669 B
Markdown
Raw Normal View History

2024-05-09 16:35:20 +08:00
---
title: macOS与Windows双系统时间不同步的解决办法
tags:
- macos
- 时间同步
- windows
published: true
hideInList: false
isTop: false
abbrlink: '88405098'
categories: 分享
excerpt: 'ai: 这篇文章介绍了在Windows操作系统中如何通过右键点击开始菜单并选择“终端管理员”来执行一些系统管理任务最后建议重启电脑以应用更改。'
date: 2022-11-15 13:07:00
feature:
---
在windows下
右键点击开始菜单,选择终端(管理员)
Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_DWORD /d 1
回车搞定!重启试试!