Advertisement
Ai4rei

Basic Windows XP NTFS Permissions

Feb 19th, 2021
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Disclaimer: These are most basic NTFS permissions for Windows XP, not the complete list.
  2.  
  3. \SystemDrive
  4. - Administrators: Full
  5. - SYSTEM: Full
  6. - Users: Read/Execute, CreateFolder (Folder/SubFolder), CreateFile (SubFolder)
  7.  
  8. \SystemDrive\Program Files (no inherit)
  9. \SystemDrive\WINDOWS (no inherit)
  10. - Administrators: Full
  11. - SYSTEM: Full
  12. - Users: Read/Execute
  13.  
  14. \SystemDrive\Documents and Settings (no inherit)
  15. - Administrators: Full
  16. - SYSTEM: Full
  17. - Users: Read/Execute
  18.  
  19. \SystemDrive\Documents and Settings\All Users\Documents
  20. - Everyone: Modify (if public share)
  21.  
  22. \SystemDrive\Documents and Settings\<username> (no inherit)
  23. - Administrators: Full
  24. - SYSTEM: Full
  25. - <username>: Full
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement