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