0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows側の日付と時刻が同期しない問題

Last updated at Posted at 2025-04-28

Linux, Windowsのデュアルブート環境で、Windows側の日付と時刻が同期しない問題

解決方法

Windows側でハードウェアクロックをUTCで扱うように設定する。
以下実行後は再起動必須。

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /t REG_DWORD /d 1 /f
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?