Skip to content

Stop having to change Windows 10's hour whenever you switch from Linux!

Notifications You must be signed in to change notification settings

AlbertoBaena/WindowsLinuxHourSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

Guide (you must follow both)

On Windows 10

  1. Run CMD as administrator.
  2. Execute the following commands:
REG ADD HKLM\System\CurrentControlSet\Control\TimeZoneInformation\ /v RealTimeIsUniversal /t REG_DWORD /d 1
sc config w32time start= disabled
  1. At Settings, go to "Time and language".
  2. Leave "Set the time automatically" at Off.
  3. Leave "Set the time zone automatically" at On.

On Linux

  1. Open a terminal.
  2. Execute the following command:
sudo timedatectl set-local-rtc 1

About

Stop having to change Windows 10's hour whenever you switch from Linux!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published