diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index a95f5a07..06ac9b8b 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -8,6 +8,7 @@ function Invoke-WindowsInstallation([Context] $context) { + $ErrorActionPreference = "Inquire"; $configPath = "$PSScriptRoot/../Config"; $softwarePath = "$PSScriptRoot/../Software";