Revert "Windows.reg: remove UTC setting"

This reverts commit 17d881f4c2.
This commit is contained in:
Aminda Suomalainen 2015-08-18 11:45:16 +03:00
parent 17d881f4c2
commit b21200a0d3
2 changed files with 3 additions and 6 deletions

View File

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

View File

@ -30,8 +30,6 @@ This file is supposed to explain [Windows.reg](Windows.reg).
* Shows output of shutdown scripts * Shows output of shutdown scripts
* Disables the first logon animation on Windows 8\* * Disables the first logon animation on Windows 8\*
<!--
``` ```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000000 "RealTimeIsUniversal"=dword:00000000
@ -41,10 +39,6 @@ This file is supposed to explain [Windows.reg](Windows.reg).
* Sets hardware clock to UTC time (doesn't affect system clock!) * Sets hardware clock to UTC time (doesn't affect system clock!)
* qword for 64-bit, dword for 32-bit systems. The latter might override earlier one. * qword for 64-bit, dword for 32-bit systems. The latter might override earlier one.
**Removed, this is too difficult. Just set timezone as UTC in Windows.**
-->
``` ```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"AddrConfigControl"=dword:00000000 "AddrConfigControl"=dword:00000000