Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Can't Access the Documents and Settings folder

Reply
 
Old 04-15-2007   #1 (permalink)
glamart


 
 

Can't Access the Documents and Settings folder

Any reason why Documents and Settings folder can't be accessed? I
tried to change permissions for the folder (including in Safe Mode)
and got access denied?
Any ideas will be appreciated.



My System SpecsSystem Spec
Old 04-15-2007   #2 (permalink)
wwwmikey@gmail.com


 
 

Re: Can't Access the Documents and Settings folder

On Apr 15, 9:28 pm, "glamart" <glamar...@NScomcast.net> wrote:
> Any reason why Documents and Settings folder can't be accessed? I
> tried to change permissions for the folder (including in Safe Mode)
> and got access denied?
> Any ideas will be appreciated.


You have to take ownership of the folder before you can edit it. By
default "system" owns the folder not administrator so you do no have
rights to access the folder.
Right click and go to properties then security and give the
administrator ownership.


My System SpecsSystem Spec
Old 04-15-2007   #3 (permalink)
dean-dean


 
 

Re: Can't Access the Documents and Settings folder

Vista has hidden junctions, which, in Windows Explorer, are shown as hidden
shortcuts, with File Folder properties; they are used, in part, to redirect
program installations that rely on the old XP folder names and XP
locations). "Documents and Settings" is one of those junctions, and not a
folder as such (and yes, when clicked on, will give you an "access denied"
message). For more info, see:

http://www.devsource.com/article2/0,1895,1999637,00.asp


"glamart" <glamartNS@NScomcast.net> wrote in message
news:uaJrKa8fHHA.4064@TK2MSFTNGP03.phx.gbl...
> Any reason why Documents and Settings folder can't be accessed? I tried to
> change permissions for the folder (including in Safe Mode) and got access
> denied?
> Any ideas will be appreciated.
>


My System SpecsSystem Spec
Old 04-15-2007   #4 (permalink)
Bruce Sanderson


 
 

Re: Can't Access the Documents and Settings folder

What I don't see in the page dean-dean referred you to is that the folder
called "Users" is essentially a replacement for "Documents and Settings".

The reason you get access denied on the Junctions is becuase of the "Deny"
permission for the "Everyone" group. Some people have suggested removing
this, but Microsoft recommends not doing so becuase it can result in infinte
loops in some applications.

--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders

It is perfectly useless to know the right answer to the wrong question.



"glamart" <glamartNS@NScomcast.net> wrote in message
news:uaJrKa8fHHA.4064@TK2MSFTNGP03.phx.gbl...
> Any reason why Documents and Settings folder can't be accessed? I tried to
> change permissions for the folder (including in Safe Mode) and got access
> denied?
> Any ideas will be appreciated.
>


My System SpecsSystem Spec
Old 04-16-2007   #5 (permalink)
Rock


 
 

Re: Can't Access the Documents and Settings folder

"glamart" <glamartNS@NScomcast.net> wrote
> Any reason why Documents and Settings folder can't be accessed? I tried to
> change permissions for the folder (including in Safe Mode) and got access
> denied?
> Any ideas will be appreciated.


You don't need access to this folder, among others. Why? Because all it
contains is a pointer to the actual folder in Vista where the files are
kept. Vista has certain folders that are the same as in XP. They are in
Vista for compatibility purposes for legacy software, however they don't
hold actual data. They are what is called a junction point (similar to a
shortcut). All it contains is a pointer. You should not change the access
permissions on these folders. It could cause problems for legacy apps.

Any folder that is shown dimmed with the shortcut arrow and gives an access
denied message is one of these. To see the actual folder it points to open
an elevated command prompt (from Start type in cmd, then right click on it
at the top and choose Run as Administrator). Navigate to the folder that
has the folder in question and give the command
dir /al

Junctions are indentified by <Junction> and the folder it points to is
listed at the end of the line in brackets. For Documents and Settings the
real folder is C:\Users.

From a post by Jimmy Brush, MVP, here is a list of all these folders

Windows XP Location Windows Vista Location
\Documents and Settings \Users
\Documents and Settings\$USER$\My Documents \Users\$USER$\Documents
\Documents and Settings\$USER$\My Documents\My Music \Users\$USER$\Music
\Documents and Settings\$USER$\My Documents\My Pictures
\Users\$USER$\Pictures
\Documents and Settings\$USER$\My Documents\My Videos
\Users\$USER$\Videos
\Documents and Settings\$USER$\Application Data
\Users\$USER$\AppData\Roaming
\Documents and Settings\$USER$\Cookies
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Cookies
\Documents and Settings\$USER$\Local Settings
\Users\$USER$\AppData\Local
\Documents and Settings\$USER$\NetHood
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Network Shortcuts
\Documents and Settings\$USER$\PrintHood
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
\Documents and Settings\$USER$\Recent
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Recent
\Documents and Settings\$USER$\SendTo
\Users\$USER$\AppData\Roaming\Microsoft\Windows\SendTo
\Documents and Settings\$USER$\Start Menu
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Start Menu
\Documents and Settings\$USER$\Templates
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Templates
\Documents and Settings\$USER$\Local Settings\Application Data
\Users\$USER$\AppData\Local
\Documents and Settings\$USER$\Local Settings\History
\Users\$USER$\AppData\Local\Microsoft\Windows\History
\Documents and Settings\$USER$\Local Settings\Temporary Internet Files
\Users\$USER$\AppData\Local\Microsoft\Windows\Temporary Internet Files
\Documents and Settings\All Users \ProgramData
\Documents and Settings\All Users\Application Data \ProgramData
\Documents and Settings\All Users\Desktop \Users\Public\Desktop
\Documents and Settings\All Users\Documents \Users\Public\Documents
\Documents and Settings\All Users\Favorites \Users\Public\Favorites
\Documents and Settings\All Users\Start Menu
\ProgramData\Microsoft\Windows\Start Menu
\Documents and Settings\All Users\Templates
\ProgramData\Microsoft\Windows\Templates
\Documents and Settings\Default User \Users\Default "


--
Rock [MS-MVP User/Shell]

My System SpecsSystem Spec
Old 04-16-2007   #6 (permalink)
Rock


 
 

Re: Can't Access the Documents and Settings folder

<wwwmikey@gmail.com> wrote
> On Apr 15, 9:28 pm, "glamart" <glamar...@NScomcast.net> wrote:
>> Any reason why Documents and Settings folder can't be accessed? I
>> tried to change permissions for the folder (including in Safe Mode)
>> and got access denied?
>> Any ideas will be appreciated.

>
> You have to take ownership of the folder before you can edit it. By
> default "system" owns the folder not administrator so you do no have
> rights to access the folder.
> Right click and go to properties then security and give the
> administrator ownership.


You don't need to access that folder (or several others). They are just
junction points that contain pointers to the actual folder where the files
are kept. See my reply to the OP.

--
Rock [MS-MVP User/Shell]

My System SpecsSystem Spec
Old 04-16-2007   #7 (permalink)
Joe Guidera


 
 

Re: Can't Access the Documents and Settings folder

It's a junction point. You should NOT change it's permissions.

Joe

"glamart" <glamartNS@NScomcast.net> wrote in message
news:uaJrKa8fHHA.4064@TK2MSFTNGP03.phx.gbl...
> Any reason why Documents and Settings folder can't be accessed? I tried to
> change permissions for the folder (including in Safe Mode) and got access
> denied?
> Any ideas will be appreciated.
>

My System SpecsSystem Spec
Old 04-16-2007   #8 (permalink)
glamart


 
 

Re: Can't Access the Documents and Settings folder

Great info - thanks to all!
--

<wwwmikey@gmail.com> wrote in message
news:1176688880.781081.13190@y80g2000hsf.googlegroups.com...
> On Apr 15, 9:28 pm, "glamart" <glamar...@NScomcast.net> wrote:
>> Any reason why Documents and Settings folder can't be accessed? I
>> tried to change permissions for the folder (including in Safe
>> Mode)
>> and got access denied?
>> Any ideas will be appreciated.

>
> You have to take ownership of the folder before you can edit it.
> By
> default "system" owns the folder not administrator so you do no
> have
> rights to access the folder.
> Right click and go to properties then security and give the
> administrator ownership.
>
>



My System SpecsSystem Spec
Old 04-16-2007   #9 (permalink)
glamart


 
 

Re: Can't Access the Documents and Settings folder

I was wondering about "Users" also - thanks!
--

"Bruce Sanderson" <bsanders@newsgroups.nospam> wrote in message
news:0060640A-10BD-4594-922C-7DBB15E9DFFF@microsoft.com...
> What I don't see in the page dean-dean referred you to is that the
> folder called "Users" is essentially a replacement for "Documents
> and Settings".
>
> The reason you get access denied on the Junctions is becuase of
> the "Deny" permission for the "Everyone" group. Some people have
> suggested removing this, but Microsoft recommends not doing so
> becuase it can result in infinte loops in some applications.
>
> --
> Bruce Sanderson MVP Printing
> http://members.shaw.ca/bsanders
>
> It is perfectly useless to know the right answer to the wrong
> question.
>
>
>
> "glamart" <glamartNS@NScomcast.net> wrote in message
> news:uaJrKa8fHHA.4064@TK2MSFTNGP03.phx.gbl...
>> Any reason why Documents and Settings folder can't be accessed? I
>> tried to change permissions for the folder (including in Safe
>> Mode) and got access denied?
>> Any ideas will be appreciated.
>>

>



My System SpecsSystem Spec
Old 04-16-2007   #10 (permalink)
glamart


 
 

Re: Can't Access the Documents and Settings folder

Good info - thanks!
--

"Rock" <Rock@nospam.net> wrote in message
news:uEiVGv9fHHA.4536@TK2MSFTNGP04.phx.gbl...
> "glamart" <glamartNS@NScomcast.net> wrote
>> Any reason why Documents and Settings folder can't be accessed? I
>> tried to change permissions for the folder (including in Safe
>> Mode) and got access denied?
>> Any ideas will be appreciated.

>
> You don't need access to this folder, among others. Why? Because
> all it contains is a pointer to the actual folder in Vista where
> the files are kept. Vista has certain folders that are the same
> as in XP. They are in Vista for compatibility purposes for legacy
> software, however they don't hold actual data. They are what is
> called a junction point (similar to a shortcut). All it contains
> is a pointer. You should not change the access permissions on
> these folders. It could cause problems for legacy apps.
>
> Any folder that is shown dimmed with the shortcut arrow and gives
> an access denied message is one of these. To see the actual
> folder it points to open an elevated command prompt (from Start
> type in cmd, then right click on it at the top and choose Run as
> Administrator). Navigate to the folder that has the folder in
> question and give the command
> dir /al
>
> Junctions are indentified by <Junction> and the folder it points
> to is listed at the end of the line in brackets. For Documents
> and Settings the real folder is C:\Users.
>
> From a post by Jimmy Brush, MVP, here is a list of all these
> folders
>
> Windows XP Location Windows Vista Location
> \Documents and Settings \Users
> \Documents and Settings\$USER$\My Documents
> \Users\$USER$\Documents
> \Documents and Settings\$USER$\My Documents\My Music
> \Users\$USER$\Music
> \Documents and Settings\$USER$\My Documents\My Pictures
> \Users\$USER$\Pictures
> \Documents and Settings\$USER$\My Documents\My Videos
> \Users\$USER$\Videos
> \Documents and Settings\$USER$\Application Data
> \Users\$USER$\AppData\Roaming
> \Documents and Settings\$USER$\Cookies
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\Cookies
> \Documents and Settings\$USER$\Local Settings
> \Users\$USER$\AppData\Local
> \Documents and Settings\$USER$\NetHood
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\Network Shortcuts
> \Documents and Settings\$USER$\PrintHood
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
> \Documents and Settings\$USER$\Recent
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\Recent
> \Documents and Settings\$USER$\SendTo
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\SendTo
> \Documents and Settings\$USER$\Start Menu
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\Start Menu
> \Documents and Settings\$USER$\Templates
> \Users\$USER$\AppData\Roaming\Microsoft\Windows\Templates
> \Documents and Settings\$USER$\Local Settings\Application Data
> \Users\$USER$\AppData\Local
> \Documents and Settings\$USER$\Local Settings\History
> \Users\$USER$\AppData\Local\Microsoft\Windows\History
> \Documents and Settings\$USER$\Local Settings\Temporary Internet
> Files
> \Users\$USER$\AppData\Local\Microsoft\Windows\Temporary
> Internet Files
> \Documents and Settings\All Users \ProgramData
> \Documents and Settings\All Users\Application Data
> \ProgramData
> \Documents and Settings\All Users\Desktop
> \Users\Public\Desktop
> \Documents and Settings\All Users\Documents
> \Users\Public\Documents
> \Documents and Settings\All Users\Favorites
> \Users\Public\Favorites
> \Documents and Settings\All Users\Start Menu
> \ProgramData\Microsoft\Windows\Start Menu
> \Documents and Settings\All Users\Templates
> \ProgramData\Microsoft\Windows\Templates
> \Documents and Settings\Default User \Users\Default "
>
>
> --
> Rock [MS-MVP User/Shell]



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Can't Access My Documents and Settings Folder Vista General
Access to y Documents and Settings folder Vista General
How to Access Documents and Settings Folder in Vista Home Premium Vista account administration
No Access to Documents and Settings Folder? Vista General
Documents and settings Folder access Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46