- 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?
15 Responses to ""Shared Documents" folder renamed to "Documents"?" 
|
said this on 24 May 2006 11:10:30 AM PDT
Tried System restore. System said there was no restore point after faithfully rebooting and thus no system changes were made. Found I had lost the "Shared Documents" folder. Investigation revealed it was an access problem. This site helped me get it back. Thanks.
|
|
said this on 17 Jul 2006 7:03:00 AM PDT
Wow, after about 1 year of having the same problem, you were finally able to help me with this annoying little bug! Thanks so much
|
|
said this on 10 Aug 2006 2:18:34 PM PDT
Thanks for the tips. It worked when i recreated the desktop.ini file in the "Documents" folder but it didn't rename the Folder in "My Computer"
|
|
said this on 12 Sep 2006 11:01:03 AM PDT
Thanks. I've googled all over and found lots of arcane ways to rename Documents to Shared Documents but none worked! In the end it was a missing desktop.ini.
|
|
said this on 26 Sep 2006 3:23:54 AM PDT
That advice (cmd /c attrib +r "%allusersprofile%\documents") was critical, thanks. Using the GUI didn't seem to work.
|
|
said this on 08 Oct 2006 1:17:46 PM PDT
Yep this and the other page rock. Thanks for fixing this bug for me!
|
|
said this on 08 Oct 2006 1:18:50 PM PDT
Confirmed, follow this and the linked page and you will fix this bug! Also try this KB article: http://support.microsoft.com/default.aspx?Product=winxp&scid=kb;en-us;319825
|
|
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)