mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 06:50:09 +00:00
Fix/issue 3815 (#3836)
* Fix: retry password prompt on failure to prevent script halting * Update Invoke-WPFInstall.ps1 * format fix * fix: change RealTimeIsUniversal to QWord for correct UTC time sync --------- Co-authored-by: Chris Titus <contact@christitus.com> Co-authored-by: Chris Titus Tech <dfm.titus@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fcc57fde50
commit
59a9c59064
@@ -1618,7 +1618,7 @@
|
|||||||
{
|
{
|
||||||
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
|
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation",
|
||||||
"Name": "RealTimeIsUniversal",
|
"Name": "RealTimeIsUniversal",
|
||||||
"Type": "DWord",
|
"Type": "QWord",
|
||||||
"Value": "1",
|
"Value": "1",
|
||||||
"OriginalValue": "0"
|
"OriginalValue": "0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user