From bb496ec5274820e04027b19155fb4645b326898e Mon Sep 17 00:00:00 2001 From: kosta-dev <100292907+virtkot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:35:59 -0700 Subject: [PATCH] Update zerto-labs-install.ps1 --- zerto-labs-install.ps1 | 4 ++++ 1 file changed, 4 insertions(+) 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")