diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index e6212ab5..8b2239a2 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -18,6 +18,7 @@ $null = New-Module { Finishes the installation of a running Windows machine. #> function Start-WindowsInstallation { + $env:WSLENV = "CONFIG_MODULE/p"; $ErrorActionPreference = 'Inquire'; Start-InstallationLoop; }