- Home
- Windows XP
- Customize
- "Shared Documents" folder renamed to "Documents"?
Symptoms
The Shared Documents folder may get renamed to Documents. The changes may be reflected in Windows Explorer, My Computer and other areas. Also, accessing the folder may cause Access Denied error message.

Cause
This may happen due to any of the following reasons:
- Missing Desktop.ini file in the Documents folder
- The read-only attribute for the Documents folder has been removed
- Incorrect permissions assigned for the Documents folder (for NTFS only)
Resolution
Missing Desktop.ini file in the Documents folder
The Shared Documents folder is located here:
%Allusersprofile%\Documents
The Desktop.ini in that folder contains a line named LocalizedResourceName which specifies a resource module and the string ID to use as the name of the folder to display when viewed using the File Explorer or the Shell. When viewed in Windows Explorer, the Documents folder (above location) is displayed as Shared Documents.
Therefore, missing Desktop.ini means that the special folder name is not assigned, and Windows Explorer displays the actual folder name (Documents). To reinstate the folder name back, simply create a file named Desktop.ini using Notepad, in the above path. The Desktop.ini file should contain the following content:
[.ShellClassInfo]
LocalizedResourceName=@shell32.dll,-21785
Set the read-only attribute for the Documents folder
In order for the shell to process the Desktop.ini in a folder, that particular folder has to be marked with the Read only attribute. Follow these steps to set the read-only attribute for the Documents folder.
Click Start, Run and type this exactly as given:
cmd /c attrib +r "%allusersprofile%\documents"
Verify the Permissions for the Documents folder
Incorrect permissions to the Documents folder causes "Access Denied" error message. Also, the Desktop.ini file may not get processed. As a result, the folder may simply show as Documents, instead of displaying the special name (Shared Documents). To fix the permissions, see instructions in the following article:
Related Links
If you enjoyed this post, make sure you
subscribe to our RSS feed!
We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?
8 Responses to ""Shared Documents" folder renamed to "Documents"?" 
|
said this on 11 Nov 2006 7:05:19 PM PDT
My folder is now called Shared Documents, and I can now access this folder, but I am still denied access to some subfolders in it, but not others...
Editor's note: Visit the URL below:
http://windowsxp.mvps.org/sdperms.htm
|
|
said this on 27 Dec 2007 10:12:19 PM PDT
Shared Documents folder renamed Documents, then access denied.
You get this "problem" if you run Network Setup Wizard and turn File and Printer Sharing off.
The quick fix of course is run Network Setup Wizard to turn File and Printer Sharing on.
|
|
said this on 03 Dec 2006 9:51:44 PM PDT
This worked perfectly...I was about to panic, thought I lost all of my parents photos for the past 2 years! This restored them in minutes!
Thanks for sharing the knowledge!
Rebecca Sparks
|
|
said this on 03 Mar 2007 9:24:37 PM PDT
Thanks - you rae agenius - this would have driven me crazy :)
|
|
said this on 26 May 2007 5:22:22 PM PDT
This is the most helpful, concise, to the point bit of help I have ever had when dealing with WinXP problems! You deserve more then recognition!
|
|
said this on 07 Jun 2007 3:19:15 AM PDT
These three potential solutions didn't work for me :(
|
|
said this on 23 Jul 2007 6:30:06 PM PDT
Thanks a mill, solvedmy problem.
|
|
said this on 15 Oct 2007 1:04:37 AM PDT
Excellent comment. Article like these should be commended more often. Keep it up. You earned tour grade... You DO deserve excellent remaks.
|

Author)