Windows.reg: RealTimeIsUniversal must be 1

Closes #94
This commit is contained in:
Aminda Suomalainen 2018-11-22 18:49:02 +02:00
parent b0c6e5ffb2
commit 95660cd6ac
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Windows Registry Editor Version 5.00
"EnableFirstLogonAnimation"=dword:00000000 "EnableFirstLogonAnimation"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=qword:00000000 "RealTimeIsUniversal"=qword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"AddrConfigControl"=dword:00000000 "AddrConfigControl"=dword:00000000

View File

@ -34,8 +34,8 @@ Windows Registry Editor Version 5.00
``` ```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000000 "RealTimeIsUniversal"=dword:00000001
"RealTimeIsUniversal"=qword:00000000 "RealTimeIsUniversal"=qword:00000001
``` ```
* Sets hardware clock to UTC time (doesn't affect system clock!) * Sets hardware clock to UTC time (doesn't affect system clock!)