mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
Windows.reg: add dword for RealTimeIsUniversal
This commit is contained in:
parent
518a5c2a17
commit
f93a3d5da3
@ -12,6 +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"=dword:00000000
|
||||||
"RealTimeIsUniversal"=qword:00000000
|
"RealTimeIsUniversal"=qword:00000000
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
|
||||||
|
@ -32,11 +32,12 @@ This file is supposed to explain [Windows.reg](Windows.reg).
|
|||||||
|
|
||||||
```
|
```
|
||||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
|
||||||
|
"RealTimeIsUniversal"=dword:00000000
|
||||||
"RealTimeIsUniversal"=qword:00000000
|
"RealTimeIsUniversal"=qword:00000000
|
||||||
```
|
```
|
||||||
|
|
||||||
* Sets hardware clock to UTC time (doesn't affect system clock!)
|
* Sets hardware clock to UTC time (doesn't affect system clock!)
|
||||||
* Must be dword with 32-bit systems.
|
* qword for 64-bit, dword for 32-bit systems. The latter might override earlier one.
|
||||||
|
|
||||||
```
|
```
|
||||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
|
||||||
|
Loading…
Reference in New Issue
Block a user