We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4f191 commit 261b26eCopy full SHA for 261b26e
Helpers/extps1/PE_Helper/PE_Helper.ps1
@@ -1004,6 +1004,8 @@ function Start-OSApplication
1004
}
1005
New-BootFiles -drLetter $driveLetter -bootPart "auto" -diskId $drive -cleanDrive $($partition -eq 0)
1006
Start-Sleep -Milliseconds 250
1007
+ Clear-Host
1008
+ Write-Host "`n`n`n`n`n`n`n`n`n`n"
1009
Write-Host "The first stage of Setup has completed, and your system will reboot automatically."
1010
Write-Host "If there are any bootable devices, remove those before proceeding, as your system may boot to this environment again."
1011
Write-Host "When your computer restarts, Setup will continue."
0 commit comments