mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
Windows.reg: remove UTC setting
just set local time as UTC.
This commit is contained in:
parent
e3b067cf5d
commit
17d881f4c2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user