Add comments for better understanding
This commit is contained in:
parent
d6cb9c5f70
commit
5e128799f4
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue