I recently enabled "Do not preserve zone information in file attachments", to get rid that annoying "Do you want to run this program" security warning. Now, how can I add this information to a file that doesn't have it? I would like to get that warning back on certain files when I try to run them.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

From the elevated command-line (administrator rights) do this:

icacls <filename> /setintegritylevel low

This achieves what you have asked for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.