PC Review


Reply
Thread Tools Rate Thread

downloaded files say in properties Blocked

 
 
CK
Guest
Posts: n/a
 
      27th Apr 2005
I am not sure if MS or IE or McAfee is doing this. I have been downloading
a lot of files for my PSP program. I have notices in properties it is
saying the file is blocked and I can unblock by clicking etc.

I don't know where this block is coming from or what limitations it is
posing. I want to unblock all of them at one time.

CK


 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      27th Apr 2005
CK wrote:

> I am not sure if MS or IE or McAfee is doing this. I have been
> downloading a lot of files for my PSP program. I have notices
> in properties it is saying the file is blocked and I can unblock
> by clicking etc.
>
> I don't know where this block is coming from or what limitations
> it is posing. I want to unblock all of them at one time.

Hi

This is new functionality introduced by WinXP SP2, and you cannot turn
it off.

When using Internet Explorer to download files to a NTFS formatted
disk, for some file types (e.g. zip and exe), a NTFS stream is added
to the file that contains information about where it comes from.

To avoid this blocking to be added in the future, don't use Internet
Explorer to download files, switch to another browser.


To batch-remove this blocking on already downloaded files, you can use
the free command line tool Streams.exe for this:

http://www.sysinternals.com/ntw2k/so....shtml#streams




--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
CK
Guest
Posts: n/a
 
      29th Apr 2005
Thank you. It is nice to finally have an answer on this.

Appreciate your time.

CK

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> CK wrote:
>
>> I am not sure if MS or IE or McAfee is doing this. I have been
>> downloading a lot of files for my PSP program. I have notices
>> in properties it is saying the file is blocked and I can unblock
>> by clicking etc.
>>
>> I don't know where this block is coming from or what limitations
>> it is posing. I want to unblock all of them at one time.

> Hi
>
> This is new functionality introduced by WinXP SP2, and you cannot turn
> it off.
>
> When using Internet Explorer to download files to a NTFS formatted
> disk, for some file types (e.g. zip and exe), a NTFS stream is added
> to the file that contains information about where it comes from.
>
> To avoid this blocking to be added in the future, don't use Internet
> Explorer to download files, switch to another browser.
>
>
> To batch-remove this blocking on already downloaded files, you can use
> the free command line tool Streams.exe for this:
>
> http://www.sysinternals.com/ntw2k/so....shtml#streams
>
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx



 
Reply With Quote
 
CK
Guest
Posts: n/a
 
      1st May 2005
Where can I get some help with this download? I downloaded and have tried
to work it but it is a bit over my head and afraid of doing something I
shouldn't.

Can you advise me on this?

CK
"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> CK wrote:
>
>> I am not sure if MS or IE or McAfee is doing this. I have been
>> downloading a lot of files for my PSP program. I have notices
>> in properties it is saying the file is blocked and I can unblock
>> by clicking etc.
>>
>> I don't know where this block is coming from or what limitations
>> it is posing. I want to unblock all of them at one time.

> Hi
>
> This is new functionality introduced by WinXP SP2, and you cannot turn
> it off.
>
> When using Internet Explorer to download files to a NTFS formatted
> disk, for some file types (e.g. zip and exe), a NTFS stream is added
> to the file that contains information about where it comes from.
>
> To avoid this blocking to be added in the future, don't use Internet
> Explorer to download files, switch to another browser.
>
>
> To batch-remove this blocking on already downloaded files, you can use
> the free command line tool Streams.exe for this:
>
> http://www.sysinternals.com/ntw2k/so....shtml#streams
>
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx



 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      3rd May 2005
CK wrote:

> "Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote:
>
>> This is new functionality introduced by WinXP SP2, and you cannot
>> turn it off.
>>
>> When using Internet Explorer to download files to a NTFS formatted
>> disk, for some file types (e.g. zip and exe), a NTFS stream is added
>> to the file that contains information about where it comes from.
>>
>> To avoid this blocking to be added in the future, don't use Internet
>> Explorer to download files, switch to another browser.
>>
>>
>> To batch-remove this blocking on already downloaded files, you can
>> use the free command line tool Streams.exe for this:
>>
>>http://www.sysinternals.com/ntw2k/so....shtml#streams
>>

>
> Where can I get some help with this download? I downloaded and have
> tried to work it but it is a bit over my head and afraid of doing
> something I shouldn't.
>
> Can you advise me on this?

Hi,

After downloading streams.zip, I suggest you put the Streams.exe that
is inside streams.zip in the C:\Windows\System32 folder. This way
Streams.exe is in the exe path so you don't need to think about
specifying the path to Streams.exe when you want to use it.

Now, when you want to clean out all the streams in files in a folder
inclusive subfolders, do the following:

Open a command prompt (Start/Run --> cmd.exe)

At the command prompt, type

"streams.exe -s -d "

without the quotes (note the trailing space!).

Then open an Explorer window (place the window so it doesn't cover the
command prompt completely) and in Explorer locate the folder you want
to operate on.

Drag the folder from the Explorer window into the command prompt. This
way the folder path will automatically be "typed" on the command line.

Then click on the command prompt window so it gets focus, and press
Enter to launch the Streams command.


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
=?Utf-8?B?aGFyb24=?=
Guest
Posts: n/a
 
      8th Jun 2005
hey i have the same problem wit my p2p software and some of my downloads are
blocked, i followed the directions to unblock them but in order to unblock
the file i have to see it , it can't even see the file, also the site that u
sent for streams.exe does not work anymore please help
 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      8th Jun 2005
haron wrote:

> hey i have the same problem wit my p2p software and some of my downloads are
> blocked, i followed the directions to unblock them but in order to unblock
> the file i have to see it , it can't even see the file, also the site that u
> sent for streams.exe does not work anymore please help

Hi,

The URL to the Streams.exe download is now:

http://www.sysinternals.com/Utilities/Streams.html



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
=?Utf-8?B?R2luZ2Vy?=
Guest
Posts: n/a
 
      24th Jun 2005


"Torgeir Bakken (MVP)" wrote:

> haron wrote:
>
> > hey i have the same problem wit my p2p software and some of my downloads are
> > blocked, i followed the directions to unblock them but in order to unblock
> > the file i have to see it , it can't even see the file, also the site that u
> > sent for streams.exe does not work anymore please help

> Hi,
>
> The URL to the Streams.exe download is now:
>
> http://www.sysinternals.com/Utilities/Streams.html
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

 
Reply With Quote
 
=?Utf-8?B?R2luZ2Vy?=
Guest
Posts: n/a
 
      24th Jun 2005


"Torgeir Bakken (MVP)" wrote:

> haron wrote:
>
> > hey i have the same problem wit my p2p software and some of my downloads are
> > blocked, i followed the directions to unblock them but in order to unblock
> > the file i have to see it , it can't even see the file, also the site that u
> > sent for streams.exe does not work anymore please help

> Hi,
>
> The URL to the Streams.exe download is now:
>
> http://www.sysinternals.com/Utilities/Streams.html
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>

hey all , was wondering if you cna help me , i am having the same problems
with files being blocked since downloading updates , but i am using mozilla
firebird and not IE and there is no option to unblock it under properties
thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
downloaded images are blocked desk309 Microsoft Outlook Discussion 0 21st Mar 2008 03:01 PM
Access to downloaded files blocked Edward Smith Windows XP Basics 3 7th Oct 2006 01:20 AM
My files that I downloaded are BLOCKED?? =?Utf-8?B?RGV0aE9rYXk=?= Windows XP General 2 23rd Aug 2006 01:49 PM
Security Center blocked downloaded zip files sammy Windows XP General 5 20th Jan 2005 02:13 AM
Why does the new SP2 Attachment Manager change the "Modified" date in "Blocked" downloaded files? Ed van Balen Windows XP Security 0 31st Oct 2004 02:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:11 AM.