diff --git a/zerto-labs-install.ps1 b/zerto-labs-install.ps1 index d2aa144..3f14db6 100644 --- a/zerto-labs-install.ps1 +++ b/zerto-labs-install.ps1 @@ -169,3 +169,7 @@ Write-Host "Installation completed successfully!" -ForegroundColor Green # Open VS Code with the installation directory Start-Process "C:\Users\$env:USERNAME\AppData\Local\Programs\Microsoft VS Code\Code.exe" -ArgumentList "C:\zerto-labs" + +# Pause at the end to show results +Write-Host "`nPress any key to exit..." -ForegroundColor Cyan +$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")