Permissions

  • Thread starter Thread starter Sam Coburn
  • Start date Start date
S

Sam Coburn

My drives are NTFS and yet I cannot prevent other users from seeing my
files.

A standard user cannot see files that belong to others, but can change the
computer and install programs.

A resrticted user --- cannot install programs or change system files and
setting but IS able to see others files.

I would like a user to not be able to install programs nor change system
files and not see others files....

Am I missing something or what do I need to do?

Thanks.
 
Do this:
- Start / Run / cmd {OK}
- Navigate to a folder that you believe is visible to a restricted
user (even though you think it should not be visible).
- Type these commands:
cacls ..\*.* > parent.txt
cacls *.* > folder.txt
- Paste the contents of parent.txt and folder.txt into your reply.
 
Back
Top