diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 999f4c03..ffefda98 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -12,7 +12,7 @@ function Invoke-WindowsInstallation([Context] $context) Update-WindowsInstallation $context; if (-not $context.Get("InitialConfiguration")) { - . "$PSScriptRoot/../Config/Explorer/Install.ps1"; + . "$PSScriptRoot/../Config/Explorer/Install.ps1" $context; $context.Set("InitialConfiguration", 1, "DWord"); }