Atualizacao Pilot_Install

This commit is contained in:
2026-07-21 14:12:05 -03:00
parent 3f5e0f7a95
commit 7571447cbf

View File

@@ -17,7 +17,7 @@ try {
$scriptPath = $MyInvocation.MyCommand.Path $scriptPath = $MyInvocation.MyCommand.Path
if ($scriptPath -and (Test-Path -LiteralPath $scriptPath)) { if ($scriptPath -and (Test-Path -LiteralPath $scriptPath)) {
Unblock-File -LiteralPath $scriptPath -ErrorAction SilentlyContinue 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 {} } catch {}