RESOLUTION
To resolve this problem, grant Full Control permissions for the Shared Documents
folder to the Everyone account.
On a Windows XP-based computer that is using
the NTFS file system, you can use the
CACLS command to display or to modify the
access control lists (ACLs) for directories and for files. To use the
CACLS command to modify the ACLs of the Shared
Documents folder in Windows XP, follow these steps:
- Use administrative credentials to log on to Windows XP.
- Click Start, click Run,
type cmd, and then
click OK.
- At the command prompt, type the following commands, and then press
ENTER after each command.
cd %allusersprofile%
cacls docume~1 /T /E /G everyone:F
Note Make sure to enter a space after the /T, /E, and /G switches.