Windows Server 2003 machine. All users are administrators.
I have a folder c:\projects. I'd like to make the folder non-deletable and non-renameable (even to administrators). However, administrators should have full control over existing folders and files inside of this folder as well as any new files or folders created inside this folder or any subfolders.
How can I achieve this?
EDIT: I'm not talking about making it "impossible" for administrators to edit. It's fine if they want to take ownership. I'm talking about preventing the folder from being changed accidentally in everyday use.