If you run a downloaded executable, you get a warning like this:
Disable this warning by unchecking the "Always ask ..." checkbox .OR. ....
Unblock the file in the filemanager:
OR (and that's the reason I ask): removing the Zone.Identifier alternate datastream like this:
I have 2 download locations and (un) regularly remove all the Zone.Identifier filestreams.
This can be done with something like: for %var in (*) do del %var:Zone.Identifier
But this doesn't work:
Anyone knows what's going on?
Disable this warning by unchecking the "Always ask ..." checkbox .OR. ....
Unblock the file in the filemanager:
OR (and that's the reason I ask): removing the Zone.Identifier alternate datastream like this:
Code:
del Kerstpuzzel+2016.pdf:Zone.Identifier
I have 2 download locations and (un) regularly remove all the Zone.Identifier filestreams.
This can be done with something like: for %var in (*) do del %var:Zone.Identifier
But this doesn't work:
Code:
del *:Zone.Identifier.
Anyone knows what's going on?