I have an entire directory of files that got created from a ZIP file I
downloaded that all have streams named "Zone.Identifier:$DATA".
I can see the streams using DIR /:, however I cannot type nor delete
them. I get errors similar to the following:
TCC: Stream not found "DATA.TAG:Zone.Identifier:$DATA"
I can remove the streams using Explorer by right-clicking on each file,
selecting Properties and clicking the Unblock button. However, that is a
pain as I cannot do the entire directory at once.
How can I do this from TCC?
This does not work:
do fn in * (del /z %fn:Zone.Identifier:$DATA)
-Scott
downloaded that all have streams named "Zone.Identifier:$DATA".
I can see the streams using DIR /:, however I cannot type nor delete
them. I get errors similar to the following:
TCC: Stream not found "DATA.TAG:Zone.Identifier:$DATA"
I can remove the streams using Explorer by right-clicking on each file,
selecting Properties and clicking the Unblock button. However, that is a
pain as I cannot do the entire directory at once.
How can I do this from TCC?
This does not work:
do fn in * (del /z %fn:Zone.Identifier:$DATA)
-Scott