diff --git a/windows/utc-time.reg b/windows/utc-time.reg new file mode 100644 index 0000000..9f09753 --- /dev/null +++ b/windows/utc-time.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +; Changes registry to expect UTC from the hardware clock +; More info here: https://wiki.archlinux.org/title/System_time#UTC_in_Microsoft_Windows + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] +"RealTimeIsUniversal"=dword:00000001 \ No newline at end of file