From adf81e37d521c87f68a500ee946bb73016500c03 Mon Sep 17 00:00:00 2001 From: kosta-dev <100292907+virtkot@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:44:35 -0700 Subject: [PATCH] Update zerto-labs-install.ps1 --- zerto-labs-install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerto-labs-install.ps1 b/zerto-labs-install.ps1 index c207dcf..1a4679f 100644 --- a/zerto-labs-install.ps1 +++ b/zerto-labs-install.ps1 @@ -168,4 +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:\Programs\Microsoft VS Code\Code.exe" -ArgumentList "C:\zerto-labs" +Start-Process "C:\Program Files\Microsoft VS Code\Code.exe" -ArgumentList "C:\zerto-labs"