Take overship of the folder you have problems with & then configure what you need.
1. Right click the folder such as My
documents--->properties--->S
2. Try to grant Administrators group the Owner of the folder. Then close
the folder properties.
3. Reopen the folder properties and grant the Administrators group proper
permissions as you need.
Main Topics
Browse All Topics





by: deroodePosted on 2009-10-30 at 00:42:39ID: 25700768
On SBS2008 you can use icacls.exe to set the owner of the files to the administrators group, and grant the administrators group rights to all files.
icacls folder /setowner administrators /T
icacls folder /reset /T
replaces acls with default inherited acls for all matching files