Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Performance > Access to directories not allowed

Reply
Thread Tools Display Modes

Access to directories not allowed

 
 
George
Guest
Posts: n/a

 
      09-23-2007
Is there a way to access those forbidden directories ? Like "documents &
settings" ?

 
Reply With Quote
 
 
 
 
Peter Lawton
Guest
Posts: n/a

 
      09-23-2007
C:\Documents and settings in Vista isn't actually a directory, so it isn't
forbidden as such. I believe it's a "junction" for C:\Users which you can
access

Similarly C:\Users\All Users\Start Menu\ is actually
C:\ProgramData\Microsoft\Windows\Start Menu

If you look about you'll find the real location of all those "folders"

I suppose MS needed to keep something in the old locations for compatibility
with old badly coded apps, although why MS thought it'd be a good idea to
move everything about for the sake of it is a mystery to me

Peter Lawton

"George" <> wrote in message
news:68E7CF7B-DCEF-405E-BECA-...
> Is there a way to access those forbidden directories ? Like "documents &
> settings" ?


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      09-23-2007
Hi George,

You can change permissions and give your account full permissions on a
directory, but it's generally not a good idea as malware can take advantage
of this. Things like "C:\Documents and Settings" are actually just junction
points, not real folders, that act as redirects to the real location of
those folders in Vista (in this instance C:\Users). They are there for
backwards compatibility with older applications that are hardcoded to expect
them to be there. There is nothing actually in a junction point.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"George" <> wrote in message
news:68E7CF7B-DCEF-405E-BECA-...
> Is there a way to access those forbidden directories ? Like "documents &
> settings" ?


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      09-23-2007
> I suppose MS needed to keep something in the old locations for
> compatibility with old badly coded apps, although why MS thought it'd be a
> good idea to move everything about for the sake of it is a mystery to me


Two words: Simplification and Security.

For the first, getting rid of "My" <everything> was a response to a lot of
negative feedback. Other things, like D&S were overly and unnecessarily
long. The UI, for the user, is all about each simply having their own
desktop, folders, and applications. Nothing complicated.

For the second, moving applications from running in the system environment
to the user environment is quite a feat. Not only new applications designed
for Vista, but redirecting older ones to run in a virtual directory as well.
A lot had to be built in to the system for this latter event to happen,
otherwise users would be limited to only Vista compatible applications.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Peter Lawton" <> wrote in message
news:eG7dVpc$...
> C:\Documents and settings in Vista isn't actually a directory, so it isn't
> forbidden as such. I believe it's a "junction" for C:\Users which you can
> access
>
> Similarly C:\Users\All Users\Start Menu\ is actually
> C:\ProgramData\Microsoft\Windows\Start Menu
>
> If you look about you'll find the real location of all those "folders"
>
>
> Peter Lawton
>
> "George" <> wrote in message
> news:68E7CF7B-DCEF-405E-BECA-...
>> Is there a way to access those forbidden directories ? Like "documents &
>> settings" ?

>


 
Reply With Quote
 
Peter Lawton
Guest
Posts: n/a

 
      09-23-2007
Simplification ?

MS change one thing that everyone is used to and software is written for to
something completely different but also keep the old locations as junctions
that can't actually be opened by users and hardly anyone understands or any
utilities handle correctly? That must be a uniquely MVP definition of
"Simplification" ;-)

Although I do totally agree with you that putting spaces in commonly used
paths was one of the stupidest ideas MS ever had (apart from Bob, Clippy,
WGA, Vista activation, DRM, x64 driver signing ...) and it's long past time
they returned to sanity. Junction Points however, in my personal opinion,
are much more of a nightmare than spaces in a few paths ever were.

Peter Lawton


"Rick Rogers" <> wrote in message
news:eXnHg1d$...
>> I suppose MS needed to keep something in the old locations for
>> compatibility with old badly coded apps, although why MS thought it'd be
>> a good idea to move everything about for the sake of it is a mystery to
>> me

>
> Two words: Simplification and Security.
>
> For the first, getting rid of "My" <everything> was a response to a lot of
> negative feedback. Other things, like D&S were overly and unnecessarily
> long. The UI, for the user, is all about each simply having their own
> desktop, folders, and applications. Nothing complicated.
>
> For the second, moving applications from running in the system environment
> to the user environment is quite a feat. Not only new applications
> designed for Vista, but redirecting older ones to run in a virtual
> directory as well. A lot had to be built in to the system for this latter
> event to happen, otherwise users would be limited to only Vista compatible
> applications.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "Peter Lawton" <> wrote in message
> news:eG7dVpc$...
>> C:\Documents and settings in Vista isn't actually a directory, so it
>> isn't forbidden as such. I believe it's a "junction" for C:\Users which
>> you can access
>>
>> Similarly C:\Users\All Users\Start Menu\ is actually
>> C:\ProgramData\Microsoft\Windows\Start Menu
>>
>> If you look about you'll find the real location of all those "folders"
>>
>>
>> Peter Lawton
>>
>> "George" <> wrote in message
>> news:68E7CF7B-DCEF-405E-BECA-...
>>> Is there a way to access those forbidden directories ? Like "documents &
>>> settings" ?

>>

>


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      09-24-2007
Well, the choice was to either use junction points or to continue the same
poorly thought out default system paths. What's really stupid to me are
software writers that don't use variables, hard coding things like
C:\Windows instead of %windir%, or C:\Documents and Settings instead of
%userprofile%.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Peter Lawton" <> wrote in message
news:O8k4u3g$...
> Simplification ?
>
> MS change one thing that everyone is used to and software is written for
> to something completely different but also keep the old locations as
> junctions that can't actually be opened by users and hardly anyone
> understands or any utilities handle correctly? That must be a uniquely MVP
> definition of "Simplification" ;-)
>
> Although I do totally agree with you that putting spaces in commonly used
> paths was one of the stupidest ideas MS ever had (apart from Bob, Clippy,
> WGA, Vista activation, DRM, x64 driver signing ...) and it's long past
> time they returned to sanity. Junction Points however, in my personal
> opinion, are much more of a nightmare than spaces in a few paths ever
> were.
>
> Peter Lawton
>
>
> "Rick Rogers" <> wrote in message
> news:eXnHg1d$...
>>> I suppose MS needed to keep something in the old locations for
>>> compatibility with old badly coded apps, although why MS thought it'd be
>>> a good idea to move everything about for the sake of it is a mystery to
>>> me

>>
>> Two words: Simplification and Security.
>>
>> For the first, getting rid of "My" <everything> was a response to a lot
>> of negative feedback. Other things, like D&S were overly and
>> unnecessarily long. The UI, for the user, is all about each simply having
>> their own desktop, folders, and applications. Nothing complicated.
>>
>> For the second, moving applications from running in the system
>> environment to the user environment is quite a feat. Not only new
>> applications designed for Vista, but redirecting older ones to run in a
>> virtual directory as well. A lot had to be built in to the system for
>> this latter event to happen, otherwise users would be limited to only
>> Vista compatible applications.
>>
>> --
>> Best of Luck,
>>
>> Rick Rogers, aka "Nutcase" - Microsoft MVP
>> http://mvp.support.microsoft.com/
>> Windows help - www.rickrogers.org
>> My thoughts http://rick-mvp.blogspot.com
>>
>> "Peter Lawton" <> wrote in message
>> news:eG7dVpc$...
>>> C:\Documents and settings in Vista isn't actually a directory, so it
>>> isn't forbidden as such. I believe it's a "junction" for C:\Users which
>>> you can access
>>>
>>> Similarly C:\Users\All Users\Start Menu\ is actually
>>> C:\ProgramData\Microsoft\Windows\Start Menu
>>>
>>> If you look about you'll find the real location of all those "folders"
>>>
>>>
>>> Peter Lawton
>>>
>>> "George" <> wrote in message
>>> news:68E7CF7B-DCEF-405E-BECA-...
>>>> Is there a way to access those forbidden directories ? Like "documents
>>>> & settings" ?
>>>

>>

>


 
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
FTP whole directories? Mike C Windows Vista General Discussion 4 01-11-2008 02:37 PM
Can't access local .chm files from directories created from my domain account Tom Chm Windows Vista General Discussion 1 11-30-2007 03:04 PM
Some directories in User became shortcuts with no access priviliges! Athena Windows Vista General Discussion 1 11-26-2007 03:23 AM
Access to directories and files Tom Parke Windows Vista Administration 1 11-12-2007 02:29 PM
can't access some directories in vista RCS Windows Vista Security 10 06-28-2007 08:13 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