Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows XP Service Pack 2 File Blocking is a major problem!

Reply
Thread Tools Display Modes

Windows XP Service Pack 2 File Blocking is a major problem!

 
 
Douglas J. De Clue
Guest
Posts: n/a

 
      10-20-2005
Now every time I download any open source code off the internet, I have to go
through every single downloaded file of the project individually, open the
properties tab for that file and "unblock" it.

I don't want or need Bill Gates and the folks at Microsoft to hold my hand
and protect me that much, it is a giant pain in the butt and it is preventing
me from getting anything done! This is just one more reason I'm not going to
upgrade my Windows any more and I'm looking at going to Linux!

What can be done to defeat this stupid, worse than useless "feature" that
was added by SP2?

HELP!
 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      10-20-2005
Hi,

You have two options:

Option 1)

Don't use Internet Explorer to download the files, but install a 3rd
party Web browser and use it instead (it is IE that adds the NTFS
stream to the file with the information that the file comes from
Internet)


Option 2)

If you must/want to use IE to download the files, use the command line
tool Streams.exe to purge any streams from the files after they are
downloaded.

You can download Streams from here:
http://www.sysinternals.com/Utilities/Streams.html

I suggest you put Streams.exe in the C:\Windows\System32\ folder to
have it in the path.

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.



Douglas J. De Clue wrote:

> Now every time I download any open source code off the internet, I have to go
> through every single downloaded file of the project individually, open the
> properties tab for that file and "unblock" it.
>
> I don't want or need Bill Gates and the folks at Microsoft to hold my hand
> and protect me that much, it is a giant pain in the butt and it is preventing
> me from getting anything done! This is just one more reason I'm not going to
> upgrade my Windows any more and I'm looking at going to Linux!
>
> What can be done to defeat this stupid, worse than useless "feature" that
> was added by SP2?
>
> HELP!



--
torgeir, Microsoft MVP Scripting, 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
 
Douglas J. De Clue
Guest
Posts: n/a

 
      10-20-2005
Thanks...this helps..I couldn't find anything about this online and I'd like
to find a way to just defeat it via changing a registry entry so that I don't
have to even do this much.

I think I will try to write a extension to the explorer (not IE) to allow me
to do this to multiple files from inside of the file explorer rather than
having to do it command line. It's a shame that I even have to do it.

"Torgeir Bakken (MVP)" wrote:

> Hi,
>
> You have two options:
>
> Option 1)
>
> Don't use Internet Explorer to download the files, but install a 3rd
> party Web browser and use it instead (it is IE that adds the NTFS
> stream to the file with the information that the file comes from
> Internet)
>
>
> Option 2)
>
> If you must/want to use IE to download the files, use the command line
> tool Streams.exe to purge any streams from the files after they are
> downloaded.
>
> You can download Streams from here:
> http://www.sysinternals.com/Utilities/Streams.html
>
> I suggest you put Streams.exe in the C:\Windows\System32\ folder to
> have it in the path.
>
> 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.
>
>
>
> Douglas J. De Clue wrote:
>
> > Now every time I download any open source code off the internet, I have to go
> > through every single downloaded file of the project individually, open the
> > properties tab for that file and "unblock" it.
> >
> > I don't want or need Bill Gates and the folks at Microsoft to hold my hand
> > and protect me that much, it is a giant pain in the butt and it is preventing
> > me from getting anything done! This is just one more reason I'm not going to
> > upgrade my Windows any more and I'm looking at going to Linux!
> >
> > What can be done to defeat this stupid, worse than useless "feature" that
> > was added by SP2?
> >
> > HELP!

>
>
> --
> torgeir, Microsoft MVP Scripting, 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
 
photon209
Guest
Posts: n/a

 
      12-02-2005

Any idea why if 'streams' reports there are 'no files with streams found'
windows would still give the 'blocked' warning?

"Douglas J. De Clue" wrote:

> Thanks...this helps..I couldn't find anything about this online and I'd like
> to find a way to just defeat it via changing a registry entry so that I don't
> have to even do this much.
>
> I think I will try to write a extension to the explorer (not IE) to allow me
> to do this to multiple files from inside of the file explorer rather than
> having to do it command line. It's a shame that I even have to do it.
>
> "Torgeir Bakken (MVP)" wrote:
>
> > Hi,
> >
> > You have two options:
> >
> > Option 1)
> >
> > Don't use Internet Explorer to download the files, but install a 3rd
> > party Web browser and use it instead (it is IE that adds the NTFS
> > stream to the file with the information that the file comes from
> > Internet)
> >
> >
> > Option 2)
> >
> > If you must/want to use IE to download the files, use the command line
> > tool Streams.exe to purge any streams from the files after they are
> > downloaded.
> >
> > You can download Streams from here:
> > http://www.sysinternals.com/Utilities/Streams.html
> >
> > I suggest you put Streams.exe in the C:\Windows\System32\ folder to
> > have it in the path.
> >
> > 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.
> >
> >
> >
> > Douglas J. De Clue wrote:
> >
> > > Now every time I download any open source code off the internet, I have to go
> > > through every single downloaded file of the project individually, open the
> > > properties tab for that file and "unblock" it.
> > >
> > > I don't want or need Bill Gates and the folks at Microsoft to hold my hand
> > > and protect me that much, it is a giant pain in the butt and it is preventing
> > > me from getting anything done! This is just one more reason I'm not going to
> > > upgrade my Windows any more and I'm looking at going to Linux!
> > >
> > > What can be done to defeat this stupid, worse than useless "feature" that
> > > was added by SP2?
> > >
> > > HELP!

> >
> >
> > --
> > torgeir, Microsoft MVP Scripting, 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
 
 
 
Reply

Thread Tools
Display Modes

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
file system filter manager on windows XP (without service pack) cseifert Windows Vista Drivers 1 03-22-2007 05:33 AM
can't download service pack the file c:\windows\system32\ftp.exe i jared Windows Update 2 01-02-2005 05:44 PM
how to remove windows XP service pack 2 download file group.20.jianweiece@antichef.com Windows Update 3 12-06-2004 03:59 AM
Windows XP Service Pack 2 d\l problem Roger L Windows Update 3 11-21-2004 11:18 AM
Major collapse after Service Pack 2 install! Mike McCann Windows Update 3 10-19-2004 10:29 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59