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"