Skip to content

Command line app to bulk remove the 'mark of the web' alternate data stream

License

Notifications You must be signed in to change notification settings

btigi/unblocknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

screenshot showing output

Compiling

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

Usage

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

Licencing

unblocknet is licenced under the MIT license. Full license details are available in license.md

About

Command line app to bulk remove the 'mark of the web' alternate data stream

Topics

Resources

License

Stars

Watchers

Forks

Languages