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"; }