A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

Access to directories not allowed



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 23rd 07, 07:55 AM posted to microsoft.public.windows.vista.performance_maintenance
George
external usenet poster
 
Posts: 20
Default Access to directories not allowed

Is there a way to access those forbidden directories ? Like "documents &
settings" ?

  #2 (permalink)  
Old September 23rd 07, 10:13 AM posted to microsoft.public.windows.vista.performance_maintenance
Peter Lawton
external usenet poster
 
Posts: 43
Default Access to directories not allowed

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
...
Is there a way to access those forbidden directories ? Like "documents &
settings" ?


  #3 (permalink)  
Old September 23rd 07, 12:24 PM posted to microsoft.public.windows.vista.performance_maintenance
Rick Rogers
external usenet poster
 
Posts: 8,428
Default Access to directories not allowed

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
...
Is there a way to access those forbidden directories ? Like "documents &
settings" ?


  #4 (permalink)  
Old September 23rd 07, 12:29 PM posted to microsoft.public.windows.vista.performance_maintenance
Rick Rogers
external usenet poster
 
Posts: 8,428
Default Access to directories not allowed

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
...
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
...
Is there a way to access those forbidden directories ? Like "documents &
settings" ?



  #5 (permalink)  
Old September 23rd 07, 06:16 PM posted to microsoft.public.windows.vista.performance_maintenance
Peter Lawton
external usenet poster
 
Posts: 43
Default Access to directories not allowed

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
...
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
...
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
...
Is there a way to access those forbidden directories ? Like "documents &
settings" ?




  #6 (permalink)  
Old September 24th 07, 12:55 AM posted to microsoft.public.windows.vista.performance_maintenance
Rick Rogers
external usenet poster
 
Posts: 8,428
Default Access to directories not allowed

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
...
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
...
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
...
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
...
Is there a way to access those forbidden directories ? Like "documents
& settings" ?




 




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

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



All times are GMT. The time now is 09:52 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.