unblocknet is a command line application to unset the 'mark of the web' alternate data stream on all files in a directory and all subdirectories.
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/unblocknet
# Go into the repository
$ cd src
# Build the app
$ dotnet build
unblocknet is a command line application and should be run from a terminal session. The application accepts a single command-line argument; the directory to recursively process.
Usage examples:
unblocknet "C:\my directory"
unblocknet "C:\data
unblocknet is licenced under the MIT license. Full license details are available in license.md
