How do I programmatically Unblock (IE feature) a file? How do I programmatically Unblock (IE feature) a file? powershell powershell

How do I programmatically Unblock (IE feature) a file?


PowerShell:

Remove-Item 'C:\Users\Jase\Downloads\script56.chm' -Stream Zone.Identifier


If you're using PowerShell 3.0 or higher (and you should be), use the Unblock-File cmdlet.