mirror of https://github.com/jkjoy/sunpeiwen.git
25 lines
669 B
Markdown
25 lines
669 B
Markdown
---
|
||
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
|
||
|
||
回车搞定!重启试试!
|