Is there any way to unblock files in command line?

  • Thread starter ¿Õ¼ä¹Û²ìÕß
  • Start date
¿

¿Õ¼ä¹Û²ìÕß

Hi,
Recently, I downloaded many files from Internet. But when I click to
open them, Windows XP SP2 tell me that these files come from another
computer and might be blocked to help protect my computer. I know I
can select the properties of every file and unblock them. Due to the
number of files, so is there any way to unblock these files in command
line any tool to help me to do this instead of do it manually?

Any help is appreciated.


--
 
P

Plato

¿Õ¼ä¹Û²ìÕß said:
Recently, I downloaded many files from Internet. But when I click to
open them, Windows XP SP2 tell me that these files come from another
computer and might be blocked to help protect my computer. I know I

What files?
 
R

Ramesh, MS-MVP

Move the files to FAT32 partition, and then transfer it back. Alternately,
to unblock all files en-masse, you can use Streams utility from
Sysinternals.com. See Torgeir's post here:

http://groups.google.com/group/microsoft.public.windowsxp.security_admin/msg/f17246a77da7c36a?

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


Hi,
Recently, I downloaded many files from Internet. But when I click to
open them, Windows XP SP2 tell me that these files come from another
computer and might be blocked to help protect my computer. I know I
can select the properties of every file and unblock them. Due to the
number of files, so is there any way to unblock these files in command
line any tool to help me to do this instead of do it manually?

Any help is appreciated.


--
 
M

Moses

I cant open http://www.sysinternals.com/Miscellaneous.html :(


--
Â¥ÉÏ Ramesh, ˵µÄ "Re: Is there any way to unblock files in command
line?" ÔÚijһ·ÖÖÓµÄµÚ 18 Ãë±» Moses Ëù»Ø¸´;
Îļþ¼Ð ID Ϊ 110238;
Ô­Ìû 30 Ðй² 1663 ×Ö½Ú.

RMM> Move the files to FAT32 partition, and then transfer it back.
RMM> Alternately, to unblock all files en-masse, you can use Streams
RMM> utility from Sysinternals.com. See Torgeir's post here:

RMM> http://groups.google.com/group/microsoft.public.windowsxp.security_admin/msg/f17246a77da7c36a?

RMM> --
RMM> Ramesh, Microsoft MVP
RMM> Windows XP Shell/User

RMM> Windows XP Troubleshooting
RMM> http://www.winhelponline.com

RMM> RMM> Hi,
RMM> Recently, I downloaded many files from Internet. But when I
RMM> click to open them, Windows XP SP2 tell me that these files come
RMM> from another computer and might be blocked to help protect my
RMM> computer. I know I can select the properties of every file and
RMM> unblock them. Due to the number of files, so is there any way to
RMM> unblock these files in command line any tool to help me to do
RMM> this instead of do it manually?

RMM> Any help is appreciated.
 
R

Ramesh, MS-MVP

Sysinternals Freeware - Strings:
http://www.sysinternals.com/utilities/strings.html


--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


I cant open http://www.sysinternals.com/Miscellaneous.html :(


--
?? Ramesh, ?? "Re: Is there any way to unblock files in command
line?" ??????? 18 ?? Moses ???;
??? ID ? 110238;
?? 30 ?? 1663 ??.

RMM> Move the files to FAT32 partition, and then transfer it back.
RMM> Alternately, to unblock all files en-masse, you can use Streams
RMM> utility from Sysinternals.com. See Torgeir's post here:

RMM>
http://groups.google.com/group/microsoft.public.windowsxp.security_admin/msg/f17246a77da7c36a?

RMM> --
RMM> Ramesh, Microsoft MVP
RMM> Windows XP Shell/User

RMM> Windows XP Troubleshooting
RMM> http://www.winhelponline.com

RMM> RMM> Hi,
RMM> Recently, I downloaded many files from Internet. But when I
RMM> click to open them, Windows XP SP2 tell me that these files come
RMM> from another computer and might be blocked to help protect my
RMM> computer. I know I can select the properties of every file and
RMM> unblock them. Due to the number of files, so is there any way to
RMM> unblock these files in command line any tool to help me to do
RMM> this instead of do it manually?

RMM> Any help is appreciated.
 
M

Michael Bednarek

Hi,
Recently, I downloaded many files from Internet. But when I click to
open them, Windows XP SP2 tell me that these files come from another
computer and might be blocked to help protect my computer. I know I
can select the properties of every file and unblock them. Due to the
number of files, so is there any way to unblock these files in command
line any tool to help me to do this instead of do it manually?

Any help is appreciated.

1) This messages occurs only when you open the file with Explorer.
Don't - use the command line instead.

2) With a command line interpreter which understands filestreams, you
can delete the stream "Zone.Identifier" in each file. E.g. with 4NT:
FOR %fn IN (*.exe) DEL "%fn:Zone.Identifier"
 
G

Guest

Thanks. It's a good method.


MB> with 4NT:
MB> FOR %fn IN (*.exe) DEL "%fn:Zone.Identifier"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top