Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Accessing "Documents and Settings"

Reply
Thread Tools Display Modes

Accessing "Documents and Settings"

 
 
Bogey@coastal SC
Guest
Posts: n/a

 
      08-24-2007
OK, I just did a clean install of Vista Ultimate. I don't yet understand
working around the security features. But when I click on Documents and
Settings I get: "Access is Denied" on this folder (as well as several
others).
How do I access these folders?

 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      08-24-2007
Bogey@coastal SC wrote:
> OK, I just did a clean install of Vista Ultimate. I don't yet
> understand working around the security features. But when I click on
> Documents and Settings I get: "Access is Denied" on this folder (as well
> as several others).
> How do I access these folders?


You don't access those folders because they aren't real folders. They
are junctions, sort of like shortcuts, there for backwards
compatibility. The file hierarchy is different in Vista. There is no
"Documents and Settings" any more; you have all your user files under
C:\Users\Your-Username\.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      08-24-2007
"Bogey@coastal SC" <> wrote ...
> OK, I just did a clean install of Vista Ultimate. I don't yet understand
> working around the security features. But when I click on Documents and
> Settings I get: "Access is Denied" on this folder (as well as several
> others).
> How do I access these folders?


Hi Bogey,

In Vista "Documents and Settings" isn't really a folder. It's a "junction
point" - like a soft link, in Unix.

The *real* directory where user data is kept in Vista, is called "C:\Users".
If you use "Users" in place of "Documents and Settings" you should be sweet.
Eg, C:\Users\Bogey\Documents, etc.

The "Documents and Settings" junction point exists to preserve compatibility
for applications which have this path name hard-coded. Well-behaved
applications should not have a hard-coded "Documents and Settings" string;
they should call SHGetSpecialFolder() instead, to find the User directory on
a system. But just a sad fact of life, many apps out there do look for a
"Documents and Settings" directory ....

"Users" is preferable to "Documents and Settings" because many apps have
problems with path names containing spaces. It also soaks up more chars
from the limited 260 char MAX_PATH length for directory names. Finally,
"Users" is more intuitive for folks coming from Unix and other, more normal
operating system environments :-)

The "Documents and Settings" junction point is usually hidden and not
visible in Explorer. If you are seeing it in an obtrusive way, you may have
turned ON the folder option to see hidden files?

Hope this helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
Bogey@coastal SC
Guest
Posts: n/a

 
      08-24-2007

"Andrew McLaren" <> wrote in message
news:1E8C5B18-D0BC-412A-89A3-...
> "Bogey@coastal SC" <> wrote ...
>> OK, I just did a clean install of Vista Ultimate. I don't yet understand
>> working around the security features. But when I click on Documents and
>> Settings I get: "Access is Denied" on this folder (as well as several
>> others).
>> How do I access these folders?

>
> Hi Bogey,
>
> In Vista "Documents and Settings" isn't really a folder. It's a "junction
> point" - like a soft link, in Unix.
>
> The *real* directory where user data is kept in Vista, is called
> "C:\Users". If you use "Users" in place of "Documents and Settings" you
> should be sweet. Eg, C:\Users\Bogey\Documents, etc.
>
> The "Documents and Settings" junction point exists to preserve
> compatibility for applications which have this path name hard-coded.
> Well-behaved applications should not have a hard-coded "Documents and
> Settings" string; they should call SHGetSpecialFolder() instead, to find
> the User directory on a system. But just a sad fact of life, many apps out
> there do look for a "Documents and Settings" directory ....
>
> "Users" is preferable to "Documents and Settings" because many apps have
> problems with path names containing spaces. It also soaks up more chars
> from the limited 260 char MAX_PATH length for directory names. Finally,
> "Users" is more intuitive for folks coming from Unix and other, more
> normal operating system environments :-)
>
> The "Documents and Settings" junction point is usually hidden and not
> visible in Explorer. If you are seeing it in an obtrusive way, you may
> have turned ON the folder option to see hidden files?
>
> Hope this helps,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au

I'm starting to understand. I was trying to do some cut and paste folders
into D&C to import, such as my "Favorites" from another drive, etc. Thanks
for the explanation. (I need to find the book: Vista for Dummies)...

 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      08-25-2007
Bogey

Take a look at the following website. There is a good explanation about
Junctions there as well as a complete list of all default folders with their
location in XP and the new location for those folders in Vista.

Svrops.com - Windows Vista Junction Points:

http://www.svrops.com/svrops/articles/jpoints.htm


--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Bogey@coastal SC" <> wrote in message
news:...
>
> "Andrew McLaren" <> wrote in message
> news:1E8C5B18-D0BC-412A-89A3-...
>> "Bogey@coastal SC" <> wrote ...
>>> OK, I just did a clean install of Vista Ultimate. I don't yet
>>> understand working around the security features. But when I click on
>>> Documents and Settings I get: "Access is Denied" on this folder (as well
>>> as several others).
>>> How do I access these folders?

>>
>> Hi Bogey,
>>
>> In Vista "Documents and Settings" isn't really a folder. It's a "junction
>> point" - like a soft link, in Unix.
>>
>> The *real* directory where user data is kept in Vista, is called
>> "C:\Users". If you use "Users" in place of "Documents and Settings" you
>> should be sweet. Eg, C:\Users\Bogey\Documents, etc.
>>
>> The "Documents and Settings" junction point exists to preserve
>> compatibility for applications which have this path name hard-coded.
>> Well-behaved applications should not have a hard-coded "Documents and
>> Settings" string; they should call SHGetSpecialFolder() instead, to find
>> the User directory on a system. But just a sad fact of life, many apps
>> out there do look for a "Documents and Settings" directory ....
>>
>> "Users" is preferable to "Documents and Settings" because many apps have
>> problems with path names containing spaces. It also soaks up more chars
>> from the limited 260 char MAX_PATH length for directory names. Finally,
>> "Users" is more intuitive for folks coming from Unix and other, more
>> normal operating system environments :-)
>>
>> The "Documents and Settings" junction point is usually hidden and not
>> visible in Explorer. If you are seeing it in an obtrusive way, you may
>> have turned ON the folder option to see hidden files?
>>
>> Hope this helps,
>> --
>> Andrew McLaren
>> amclar (at) optusnet dot com dot au

> I'm starting to understand. I was trying to do some cut and paste folders
> into D&C to import, such as my "Favorites" from another drive, etc.
> Thanks for the explanation. (I need to find the book: Vista for
> Dummies)...
>


 
Reply With Quote
 
Bogey@coastal SC
Guest
Posts: n/a

 
      08-25-2007
Thanks for pointing me to that website.


"Ronnie Vernon MVP" <> wrote in message
news:8F075A27-4CA5-4F72-B686-...
> Bogey
>
> Take a look at the following website. There is a good explanation about
> Junctions there as well as a complete list of all default folders with
> their location in XP and the new location for those folders in Vista.
>
> Svrops.com - Windows Vista Junction Points:
>
> http://www.svrops.com/svrops/articles/jpoints.htm
>
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "Bogey@coastal SC" <> wrote in message
> news:...
>>
>> "Andrew McLaren" <> wrote in message
>> news:1E8C5B18-D0BC-412A-89A3-...
>>> "Bogey@coastal SC" <> wrote ...
>>>> OK, I just did a clean install of Vista Ultimate. I don't yet
>>>> understand working around the security features. But when I click on
>>>> Documents and Settings I get: "Access is Denied" on this folder (as
>>>> well as several others).
>>>> How do I access these folders?
>>>
>>> Hi Bogey,
>>>
>>> In Vista "Documents and Settings" isn't really a folder. It's a
>>> "junction point" - like a soft link, in Unix.
>>>
>>> The *real* directory where user data is kept in Vista, is called
>>> "C:\Users". If you use "Users" in place of "Documents and Settings" you
>>> should be sweet. Eg, C:\Users\Bogey\Documents, etc.
>>>
>>> The "Documents and Settings" junction point exists to preserve
>>> compatibility for applications which have this path name hard-coded.
>>> Well-behaved applications should not have a hard-coded "Documents and
>>> Settings" string; they should call SHGetSpecialFolder() instead, to find
>>> the User directory on a system. But just a sad fact of life, many apps
>>> out there do look for a "Documents and Settings" directory ....
>>>
>>> "Users" is preferable to "Documents and Settings" because many apps have
>>> problems with path names containing spaces. It also soaks up more chars
>>> from the limited 260 char MAX_PATH length for directory names. Finally,
>>> "Users" is more intuitive for folks coming from Unix and other, more
>>> normal operating system environments :-)
>>>
>>> The "Documents and Settings" junction point is usually hidden and not
>>> visible in Explorer. If you are seeing it in an obtrusive way, you may
>>> have turned ON the folder option to see hidden files?
>>>
>>> Hope this helps,
>>> --
>>> Andrew McLaren
>>> amclar (at) optusnet dot com dot au

>> I'm starting to understand. I was trying to do some cut and paste
>> folders into D&C to import, such as my "Favorites" from another drive,
>> etc. Thanks for the explanation. (I need to find the book: Vista for
>> Dummies)...
>>

>


 
Reply With Quote
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      08-25-2007
Bogey

Your welcome, glad this helped.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Bogey@coastal SC" <> wrote in message
news:%...
> Thanks for pointing me to that website.
>
>
> "Ronnie Vernon MVP" <> wrote in message
> news:8F075A27-4CA5-4F72-B686-...
>> Bogey
>>
>> Take a look at the following website. There is a good explanation about
>> Junctions there as well as a complete list of all default folders with
>> their location in XP and the new location for those folders in Vista.
>>
>> Svrops.com - Windows Vista Junction Points:
>>
>> http://www.svrops.com/svrops/articles/jpoints.htm
>>
>>
>> --
>>
>> Ronnie Vernon
>> Microsoft MVP
>> Windows Shell/User
>>
>>
>> "Bogey@coastal SC" <> wrote in message
>> news:...
>>>
>>> "Andrew McLaren" <> wrote in message
>>> news:1E8C5B18-D0BC-412A-89A3-...
>>>> "Bogey@coastal SC" <> wrote ...
>>>>> OK, I just did a clean install of Vista Ultimate. I don't yet
>>>>> understand working around the security features. But when I click on
>>>>> Documents and Settings I get: "Access is Denied" on this folder (as
>>>>> well as several others).
>>>>> How do I access these folders?
>>>>
>>>> Hi Bogey,
>>>>
>>>> In Vista "Documents and Settings" isn't really a folder. It's a
>>>> "junction point" - like a soft link, in Unix.
>>>>
>>>> The *real* directory where user data is kept in Vista, is called
>>>> "C:\Users". If you use "Users" in place of "Documents and Settings" you
>>>> should be sweet. Eg, C:\Users\Bogey\Documents, etc.
>>>>
>>>> The "Documents and Settings" junction point exists to preserve
>>>> compatibility for applications which have this path name hard-coded.
>>>> Well-behaved applications should not have a hard-coded "Documents and
>>>> Settings" string; they should call SHGetSpecialFolder() instead, to
>>>> find the User directory on a system. But just a sad fact of life, many
>>>> apps out there do look for a "Documents and Settings" directory ....
>>>>
>>>> "Users" is preferable to "Documents and Settings" because many apps
>>>> have problems with path names containing spaces. It also soaks up more
>>>> chars from the limited 260 char MAX_PATH length for directory names.
>>>> Finally, "Users" is more intuitive for folks coming from Unix and
>>>> other, more normal operating system environments :-)
>>>>
>>>> The "Documents and Settings" junction point is usually hidden and not
>>>> visible in Explorer. If you are seeing it in an obtrusive way, you may
>>>> have turned ON the folder option to see hidden files?
>>>>
>>>> Hope this helps,
>>>> --
>>>> Andrew McLaren
>>>> amclar (at) optusnet dot com dot au
>>> I'm starting to understand. I was trying to do some cut and paste
>>> folders into D&C to import, such as my "Favorites" from another drive,
>>> etc. Thanks for the explanation. (I need to find the book: Vista for
>>> Dummies)...
>>>

>>

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to manage the WinXP start menu OUTSIDE of "Documents and Settings"? Donna Ohl, Grady Volunteer Coordinator Windows Vista Installation 49 02-01-2008 01:30 AM
Can you delete an old "documents and settings" folder? cozzmo1@hotmail.com Windows Vista General Discussion 3 09-15-2007 05:34 PM
Trying to remove an old "documents and settings" folder. cozzmo1@hotmail.com Windows Vista General Discussion 1 09-15-2007 02:53 PM
Documents and Settings folder "Access Denied" Bill Pomeroy Windows Vista General Discussion 1 03-30-2007 12:29 PM
Win Vista RC1 "Documents & Settings is unavailable" alburykid Windows Vista General Discussion 3 10-15-2006 11:24 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59