Search found 4 matches

by DeRobertis
Sat Nov 18, 2023 6:06 pm
Forum: Suggestions
Topic: Index all datastreams of a file
Replies: 25
Views: 18721

Re: Index all datastreams of a file

As described above, Powershell Unblock-File is the most straightforward way to remove :Zone.Identifier via CLI. I avoid Powershell where alternatives exist, as it is slow, especially when working with hundreds/thousands of files at a time. IME cmd, Java, and Groovy scripts can handle file queries an...
by DeRobertis
Fri Nov 17, 2023 2:25 am
Forum: Suggestions
Topic: Index all datastreams of a file
Replies: 25
Views: 18721

Re: Index all datastreams of a file

Did you check how many files you have that require such special handling? E.g., I have hundreds of files with Filebot ADS metadata, but when I search ads-count:>1 ads-name:Zone.Identifier I see nothing. Perhaps it depends on one's workflow. I tend to clear Zone.Identifier first, before further proce...
by DeRobertis
Thu Nov 16, 2023 9:38 pm
Forum: Suggestions
Topic: Index all datastreams of a file
Replies: 25
Views: 18721

Re: Index all datastreams of a file

I used this in the past too. It did remove *all* ADS streams however. To clarify: do you wish to remove all alternate data streams from any file that has a :Zone.Identifier , or do you wish to remove only :Zone.Identifier from files that contain it and other ADS? a. if file contains(:Zone.Identifie...
by DeRobertis
Thu Nov 16, 2023 4:05 pm
Forum: Suggestions
Topic: Index all datastreams of a file
Replies: 25
Views: 18721

Re: Index all datastreams of a file

i recommend stream remover v1(made in 2018) from nice sordum site for removing ADS. Another alternative: streams64 , which is part of Microsoft's excellent (and free) Sysinternals Suite https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite . The shell command I use is C:\PATH_...