From 77a9fba5b6acd6ca70d3af384e334d2dfc030602 Mon Sep 17 00:00:00 2001 From: kosta-dev <100292907+virtkot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:41:07 -0700 Subject: [PATCH] Update zerto-labs-install.ps1 --- zerto-labs-install.ps1 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zerto-labs-install.ps1 b/zerto-labs-install.ps1 index 3f14db6..c207dcf 100644 --- a/zerto-labs-install.ps1 +++ b/zerto-labs-install.ps1 @@ -168,8 +168,4 @@ Write-Host "4. Start with the Hands-On Labs exercises" -ForegroundColor White 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") +Start-Process "C:\Programs\Microsoft VS Code\Code.exe" -ArgumentList "C:\zerto-labs"