Windows.reg: remove UTC setting

just set local time as UTC.
This commit is contained in:
Aminda Suomalainen 2015-08-16 14:23:37 +03:00
parent e3b067cf5d
commit 17d881f4c2
2 changed files with 6 additions and 3 deletions

View File

@ -11,9 +11,6 @@ Windows Registry Editor Version 5.00
"HideShutdownScripts"=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]
"AddrConfigControl"=dword:00000000

View File

@ -30,6 +30,8 @@ This file is supposed to explain [Windows.reg](Windows.reg).
* Shows output of shutdown scripts
* Disables the first logon animation on Windows 8\*
<!--
```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000000
@ -39,6 +41,10 @@ This file is supposed to explain [Windows.reg](Windows.reg).
* 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.
**Removed, this is too difficult. Just set timezone as UTC in Windows.**
-->
```
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"AddrConfigControl"=dword:00000000