diff --git a/Unblock.cmd b/Unblock.cmd new file mode 100644 index 00000000..4a51a9f2 --- /dev/null +++ b/Unblock.cmd @@ -0,0 +1,3 @@ +@echo off + +PowerShell -ExecutionPolicy Unrestricted "dir -recurse | unblock-file"