Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
September 15, 2005
NOTE: See Description of file sharing and permissions in Windows XP.
If you receive an Access is denied when trying to read or write the Shared Documents folder, you do not have sufficient permissions on the folder.
To workaround this problem, grant Everyone RWXD permission on the Shared Documents folder:
1. Log on with administrative privileges.
2. Open a CMD.EXE window.
3. Type the following commands, pressing enter after each line:
pushd "%allusersprofile%"cacls docume~1 /T /E /G Everyone:Cpopd
You May Also Like