From 59a9c590648037ea6497c43a190929d37bcea8cf Mon Sep 17 00:00:00 2001 From: Akhil Kumar Achanta <71771166+ZeusCraft10@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:31:55 -0500 Subject: [PATCH] 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 Co-authored-by: Chris Titus Tech --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index a023a05a..9e896e40 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1618,7 +1618,7 @@ { "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation", "Name": "RealTimeIsUniversal", - "Type": "DWord", + "Type": "QWord", "Value": "1", "OriginalValue": "0" }