FREE SAME DAY SHIPPING | 18 - MONTH WARRANTY | 10-DAY LEADING RETURN POLICY

More than 100 New Arrivals available in Store and Online SHOP NOW

Welcome to the #1 Retailer of Pre-Owned Watches; Showroom Located in Atlanta, Georgia.

Unblock File: Powershell Best

Remove-Item -Path "C:\Downloads\file.exe" -Stream Zone.Identifier -Force This does the same thing as Unblock-File . $folder = "C:\Downloads" Get-ChildItem -Path $folder -File -Recurse | ForEach-Object if (Get-Item -Path $_.FullName -Stream Zone.Identifier -ErrorAction SilentlyContinue) Unblock-File -Path $_.FullName Write-Host "Unblocked: $($_.FullName)"