Skip to content

Commit 261b26e

Browse files
committed
[PE Helper] Show restart message in a cleaner fashion
1 parent cd4f191 commit 261b26e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Helpers/extps1/PE_Helper/PE_Helper.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,8 @@ function Start-OSApplication
10041004
}
10051005
New-BootFiles -drLetter $driveLetter -bootPart "auto" -diskId $drive -cleanDrive $($partition -eq 0)
10061006
Start-Sleep -Milliseconds 250
1007+
Clear-Host
1008+
Write-Host "`n`n`n`n`n`n`n`n`n`n"
10071009
Write-Host "The first stage of Setup has completed, and your system will reboot automatically."
10081010
Write-Host "If there are any bootable devices, remove those before proceeding, as your system may boot to this environment again."
10091011
Write-Host "When your computer restarts, Setup will continue."

0 commit comments

Comments
 (0)