diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 20ccce95..b2726a14 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -425,6 +425,9 @@ $null = New-Module { } ([SetupStage]::CreateUser) { Start-ValhallaUserSetup; + Set-Stage ([SetupStage]::ConfigureUser); + } + ([SetupStage]::ConfigureUser) { Set-IsFinished $true; } }