Folders in My Computer

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

XP PRO with 4 users in a workgroup

In My Computer from Start menu, in section that
says "Files Stores on This Computer", I (an administrator)
only see three users Documents folders. What happenned to
fourth user's file and how do I get it back on this
display?

Thanks,
Mike
 
Hi Mike,

Add the user here: Start/Run/Regedit

(Files stored on this computer), add/edit a key in the DocFolderPaths branch
like so:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DocFolderPaths]
"user"="C:\Documents and Settings\user\My Documents"

In the right pane, right click and choose New/String Value. Give it the
name of the user. Double click the name once added and type in:
C:\Documents and Settings\[User Name]\My Documents
 
Back
Top