0

Using Windows Vista. What is the correct and best way to prevent access to an entire drive (not the C windows drive) for a particular user? Probably I prefer an NTFS solution rather than hiding drive letters.

When I look on the Security tab of the drive's properties I see:

Group or usernames:

Authenticated Users
SYSTEM
Administrators (MyComputer\Administrators)
Users (MyComputer\Users)

I'm not sure if I should be adding a deny permission or removing an existing permission and I don't understand how the Authenticated Users combines with Users (or with the specific user if I add them)

1 Answer 1

2

"Deny" permissions overrule "Allow". When Windows encounters a Deny that matches the current user, it stops looking and denies the access. It therefore doesn't matter how many groups would allow your particular user, once you've denied him, he's out.

2
  • So you're saying add that user and then mark them as deny read?
    – User
    Commented Sep 20, 2011 at 20:30
  • I figured I'd give this a shot. It looks like windows is going through every single file on that drive and adjusting the permissions. Is that right?
    – User
    Commented Sep 20, 2011 at 20:33

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .