From 5e128799f497c0fc889c0966261226ac0808a5e3 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 23 Mar 2024 16:00:41 +0100 Subject: [PATCH] Add comments for better understanding --- profiles/DerGeret/Windows/Restore.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/DerGeret/Windows/Restore.ps1 b/profiles/DerGeret/Windows/Restore.ps1 index e47e420a..1ac41ffb 100644 --- a/profiles/DerGeret/Windows/Restore.ps1 +++ b/profiles/DerGeret/Windows/Restore.ps1 @@ -5,6 +5,7 @@ . "$PSScriptRoot/../../../scripts/Windows/Scripts/Context.ps1"; function Initialize-Configuration { + # Fix synchronization between Linux and Windows clock Set-ItemProperty "HKLM:\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" -Name "RealTimeIsUniversal" -Value 1 -Type "DWord"; }