From ec1d7e82963d9c40e4c5309565cf97c9f3eea242 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Fri, 21 Feb 2025 12:15:09 +0800 Subject: [PATCH] start --- content/windows-some-setting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/windows-some-setting.md b/content/windows-some-setting.md index 4fdbf01..8e9d081 100644 --- a/content/windows-some-setting.md +++ b/content/windows-some-setting.md @@ -148,4 +148,10 @@ Windows 会默认每隔一段时间(大约一周)同步时间,但如果你 /c w32tm /resync ``` 这条命令会在开机时触发 Windows 时间服务同步。 -- 完成设置:点击 完成,即可。 \ No newline at end of file +- 完成设置:点击 完成,即可。 + +- 如果有linux/win双系统,可以让 Windows 使用 UTC 作为硬件时钟时间: +``` +# 在 Windows 中以管理员权限运行命令提示符,执行: +reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /t REG_DWORD /d 1 /f +``` \ No newline at end of file