Computer Hope

Microsoft => Microsoft Windows => Windows Vista and 7 => Topic started by: paulpingpong on July 22, 2010, 07:09:05 PM

Title: Can't open My Document folder-Win 7
Post by: paulpingpong on July 22, 2010, 07:09:05 PM
My Acer laptop came with Windows 7. My last computers are all with XP. My biggest surprise is my access to My Documents is denied, even though I am the only user, and presumably the administrator.  What's the solution to that?
Title: Re: Can't open My Document folder-Win 7
Post by: Mulreay on July 22, 2010, 09:23:11 PM
My Acer laptop came with Windows 7. My last computers are all with XP. My biggest surprise is my access to My Documents is denied, even though I am the only user, and presumably the administrator.  What's the solution to that?

So your saying you cannot access 'my documents'? This seems a little strange. Maybe a language barrier.
Title: Re: Can't open My Document folder-Win 7
Post by: killerb255 on July 22, 2010, 09:37:58 PM
Starting with Vista, the word "My" was removed from all of the personal folders for each user.  In other words, XP's "My Documents" became Vista's "Documents."  However, some programs were written to actually look for the words "My Documents" rather than a variable, which makes them scream bloody murder when installed in Vista.  The workaround Microsoft implemented was to create junction points, which would allow the program to see the name it was used to and then route it to the correct path (a translator, if you will). 

Windows 7 confuses things even further.  Because of the addition of libraries, and the fact that it uses the name "Documents," the real "Documents" folder was given the alias "My Documents."  Although it appears that Windows 7 went back to XP's naming convention, it really uses Vista's. 

My guess is that you're double-clicking the junction point "My Documents," and getting the "Access denied" message.  This is normal, as the junction point is not a real path--it's a way to get old programs to see the right spot when it's used to the XP way of things. 

What you need to do is get to it by one of these methods:

a) The Start Menu, method 1:
Start -> your user name.  Then click My Documents (this is an alias for the Documents folder).

NOTE: Start -> Documents won't get you to where you want to go.  Start -> Documents is the library, not the folder.

b) From "Computer"
C:\Users\your username\My Documents (again, this is an alias--right-click the folder, go to Properties, and then click the Location tab to confirm this).
Title: Re: Can't open My Document folder-Win 7
Post by: paulpingpong on July 23, 2010, 02:31:31 AM
Problem solved.  I have to change the ownership from the default "Systems" to me in Properties.  Thanks.
Title: Re: Can't open My Document folder-Win 7
Post by: killerb255 on July 23, 2010, 09:05:49 AM
No problem.  Ownership was going to be my next suggestion. :)