Windows – Only Allow Owner to Delete File in Shared Network Drive

network-sharewindows

Im having a problem with sharing drive in my office. The problem if we have a computer to share folder so all workers can upload and save file to it. But we want to prevent workers to delete other's files. We tried to deny delete permission from security tab but that disallowed users to rename and save Word documents files. So my question is: How to only allow the user who uploaded the file to shared network drive delete it?

Best Answer

I believe I've figured this out. Here's what you need to do:

  • Assign all permissions except Delete and Delete subfolders and files (I do not believe you have to Deny them, just don't Allow them) to Everyone
  • Assign Full Control to OWNER RIGHTS

This will do the following:

  • Allow all users to modify all other users' files
  • Allow all users to create new files
  • Allow all users to delete and rename files that they created (files that they own)
  • Prohibit all users from deleting or renaming files that others users created (files that they do not own)