Might try PowerShell. In this case the period is the current folder and -Recurse means to do that folder and any sub folders.

Code:
dir -Path . -Recurse | Unblock-File