Is there an option which enforce not to check ACL for specified volume?

For example,
There are 3 NTFS volumes.
C:
D:
E: <- disable ACL check?

E: is the specified volume.
I want that all process(includes Internet Explorer with protected mode) can write E: with no restriction, but not on C: D:

Is it possible?

link|improve this question

feedback

migrated from stackoverflow.com Sep 10 '10 at 11:19

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

I don't think you can disable ACL, may be wrong so some please correct me if necessary.

Why not just give full permissions to everyone on the base of E: and tell it to apply the setting recursively?

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.