All in a Day's Work: Unblocking Multiple Downloaded Files with a Single Command

Posted by Sam Abraham on Geeks with Blogs See other posts from Geeks with Blogs or by Sam Abraham
Published on Tue, 08 Nov 2011 22:02:18 GMT Indexed on 2011/11/11 17:55 UTC
Read the original article Hit count: 229

Filed under:
Files downloaded using Internet Explorer retain Internet Zone permission level and hence are “Blocked” by default on Windows 7 machines. Honestly, while an added overhead for developers; I really appreciate this feature as it provides a good protection layer for casual web users.
My workaround is to simply unblock the downloaded zip file (if download was a zip file) which, in turn, unblocks the files stored within.
Today however, I was left with a situation where I had to “Open” and “Copy” the content rather than “Save” a zip file. That of course left me with a few dozen files I have to manually unblock.
A few minutes of internet search lead me to the link below which worked like a charm:
1-Download streams.exe from SystInternals - http://technet.microsoft.com/en-us/sysinternals/bb897440.aspx
2-Go to command prompt (cmd.exe)
3-Navigate to where you have streams.exe installed
4-Use command line switches: streams.exe –s –d “<folder path>”
This removed the Internet Zone restrictions from all files under “<folder path>” and its subfolders as well. [Deleted :Zone.Identifier:$DATA]
References:
http://social.technet.microsoft.com/Forums/en-US/itproxpsp/thread/806f0104-1caa-4a66-b504-7a681d1ccb33/

© Geeks with Blogs or respective owner