From 7571447cbf2312cfc5d31f9ff81a5597544991f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Sard=C3=A1?= Date: Tue, 21 Jul 2026 14:12:05 -0300 Subject: [PATCH] Atualizacao Pilot_Install --- pilot_installer_utilities.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot_installer_utilities.ps1 b/pilot_installer_utilities.ps1 index 31fc0aa..ebfec0b 100644 --- a/pilot_installer_utilities.ps1 +++ b/pilot_installer_utilities.ps1 @@ -17,7 +17,7 @@ try { $scriptPath = $MyInvocation.MyCommand.Path if ($scriptPath -and (Test-Path -LiteralPath $scriptPath)) { Unblock-File -LiteralPath $scriptPath -ErrorAction SilentlyContinue - Remove-Item -LiteralPath "$scriptPath`:Zone.Identifier" -Force -ErrorAction SilentlyContinue +# ----- Remove-Item -LiteralPath "$scriptPath`:Zone.Identifier" -Force -ErrorAction SilentlyContinue } } catch {}