Get-childitem -path . -recurse | Unblock-file -
Here's what it does:
If you want to see which files are actually blocked before you run the command, you can use Get-Item to inspect the streams. get-childitem -path . -recurse | unblock-file
Stop clicking "Properties" and "Unblock" repeatedly. Next time you download a trusted module or library, open your terminal, navigate to the folder, and run: Here's what it does: If you want to
When you download a file via a browser, Windows attaches an alternate data stream to the file. This stream identifies the file as coming from the "Zone" of the internet (Zone 3). open your terminal