diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 9f2fd3cf5..5f008a67e 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -17,6 +17,7 @@ function Invoke-WindowsInstallation([Context] $context) function Start-WindowsInstallation([Context] $context) { $finished = $false; + Remove-Item Env:\POSH_THEME; $configPath = "$PSScriptRoot/../Config"; $softwarePath = "$PSScriptRoot/../Software"; $initialConfigStage = "InitialConfiguration";