Pause on error by default
This commit is contained in:
parent
985661a91e
commit
6c7bb9c268
|
@ -17,6 +17,7 @@ $null = New-Module {
|
|||
Finishes the installation of a running Windows machine.
|
||||
#>
|
||||
function Start-WindowsInstallation {
|
||||
$ErrorActionPreference = 'Inquire';
|
||||
Start-InstallationLoop;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue