From 41a67d8fa84aef16b6ce8a688b228a9377ad33ca Mon Sep 17 00:00:00 2001 From: kosta-dev <100292907+virtkot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:25:36 -0700 Subject: [PATCH] Update zerto-labs-install.ps1 add "open code" line --- zerto-labs-install.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zerto-labs-install.ps1 b/zerto-labs-install.ps1 index 59dcbef..6dbb5d8 100644 --- a/zerto-labs-install.ps1 +++ b/zerto-labs-install.ps1 @@ -165,4 +165,6 @@ Write-Host "1. Navigate to: $InstallPath" -ForegroundColor White Write-Host "2. Read the README.md file for setup instructions" -ForegroundColor White Write-Host "3. Configure your ZVM connection details" -ForegroundColor White Write-Host "4. Start with the Hands-On Labs exercises" -ForegroundColor White -Write-Host "Installation completed successfully!" -ForegroundColor Green +Write-Host "Installation completed successfully!" -ForegroundColor Green + +#Start ms visual studio code with c:\zerto-labs as an active folder