Access is denied when opening the Shared Documents folder ?

Symptom

When you double-click the Documents (Shared Documents) folder in My Computer, you may be denied access to the folder.

Resolution

This happens if one of the administrators in your system has taken ownership of the Shared Documents folder, or due to incorrect Permissions assigned to the Shared Documents folder. You can resolve the problem by assigning the following Permission levels for the Documents folder, which is located here:

C:\Documents and Settings\All Users\Documents

User / Group Permissions
Owner Full Control
Administrators Full Control
Users Read
System Full Control
Power Users Modify

Method 1: Using command-line tool to assign Permissions

Open a Command Prompt window (CMD.EXE) and execute these commands one by one. Alternately, you can copy the contents and run as a batch file.

cacls.exe "%ALLUSERSPROFILE%\Documents" /T /G BUILTIN\Administrators:F
cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G System:F
cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G BUILTIN\Users:R
cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G Everyone:R

For Windows XP Professional, type the additional command below: (Power Users group is not available in Windows XP Home Edition)

cacls.exe "%ALLUSERSPROFILE%\Documents" /T /E /G "BUILTIN\Power Users":C
 
Copyright © 2011 Blogger with Love | Themes by Edit-me.