From adc469b4f9c22d3f83a46ef468b93510bc17169b Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Thu, 28 Nov 2024 17:14:11 +0100 Subject: [PATCH] feat: wait for user input to close script --- install_windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install_windows.ps1 b/install_windows.ps1 index 7d88329..1def26b 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -62,3 +62,4 @@ Get-ChildItem -Path "$env:TMP\nerd-fonts-config" -Filter "*.zip" | ` # Final message Write-Host "Windows setup complete!" -ForegroundColor Green +Read-Host "Press any key to continue ..."