mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
Revert "Windows.reg: remove UTC setting"
This reverts commit 17d881f4c2
.
This commit is contained in:
parent
17d881f4c2
commit
b21200a0d3
@ -11,6 +11,9 @@ 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,8 +30,6 @@ 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
|
||||
@ -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!)
|
||||
* 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