Add comments for better understanding

This commit is contained in:
Manuel Thalmann 2024-03-23 16:00:41 +01:00
parent d6cb9c5f70
commit 5e128799f4

View file

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