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 security

Vista - Permissions to my folders and files as administrator

Reply
 
Old 08-09-2007   #1 (permalink)
AuthorizedUserPF


 
 

Permissions to my folders and files as administrator

Good afternoon.
I am running Vista Ultimate and am having problems opening some of my
folders and files. I am a full administrator of my home computer, yet there
are certain files and folders in documents and settings that i am denied
access. I have turned off UAC and tried changing the properties of the
folders to give me access, yet it will not let me on some folders. On others
, I am actually able to change permissions to inherit the parent folder and
all objects under it. I never had this problem in XP. I could not do anything
until I found out how UAC worked, even on administrator rights. Is there
something else I am missing that is new in Vista .
Please advise
Phil

My System SpecsSystem Spec
Old 08-09-2007   #2 (permalink)
Jesper


 
 

RE: Permissions to my folders and files as administrator

Which folders/files are you getting this error with?

---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"AuthorizedUserPF" wrote:

> Good afternoon.
> I am running Vista Ultimate and am having problems opening some of my
> folders and files. I am a full administrator of my home computer, yet there
> are certain files and folders in documents and settings that i am denied
> access. I have turned off UAC and tried changing the properties of the
> folders to give me access, yet it will not let me on some folders. On others
> , I am actually able to change permissions to inherit the parent folder and
> all objects under it. I never had this problem in XP. I could not do anything
> until I found out how UAC worked, even on administrator rights. Is there
> something else I am missing that is new in Vista .
> Please advise
> Phil

My System SpecsSystem Spec
Old 08-09-2007   #3 (permalink)
AuthorizedUserPF


 
 

RE: Permissions to my folders and files as administrator

I am getting it on all the folders in Documents and Settings All USers folder
and subfolders. Default User folder and subfolders. I figured out how to
change the security to my user id, but I have to do each and every child
folder. I tried by checking "Replace owner on subcontainers and objects" but
it does not seem to filter down the tree. If I apply this to "All Users"
shouldn't all the subsequent subcontainers and objects also change also?

"Jesper" wrote:

> Which folders/files are you getting this error with?
>
> ---
> Your question may already be answered in Windows Vista Security:
> http://www.amazon.com/gp/product/047...otectyourwi-20
>
>
> "AuthorizedUserPF" wrote:
>
> > Good afternoon.
> > I am running Vista Ultimate and am having problems opening some of my
> > folders and files. I am a full administrator of my home computer, yet there
> > are certain files and folders in documents and settings that i am denied
> > access. I have turned off UAC and tried changing the properties of the
> > folders to give me access, yet it will not let me on some folders. On others
> > , I am actually able to change permissions to inherit the parent folder and
> > all objects under it. I never had this problem in XP. I could not do anything
> > until I found out how UAC worked, even on administrator rights. Is there
> > something else I am missing that is new in Vista .
> > Please advise
> > Phil

My System SpecsSystem Spec
Old 08-10-2007   #4 (permalink)
Jesper


 
 

RE: Permissions to my folders and files as administrator

Aah yes. That's what I figured. That is not actually a folder. It is a
junction point pointing to the new location. There is a Deny permission
placed on it to wean people off the old namespace and onto the new. See this
output from the command line:

C:\>dir /a
Volume in drive C has no label.
Volume Serial Number is F67D-4CCD

Directory of C:\

07/25/2007 00:17 <DIR> Boot
11/02/2006 02:53 438,840 bootmgr
11/02/2006 06:00 <JUNCTION> Documents and Settings [C:\Users]
07/30/2007 15:03 <DIR> Program Files
07/26/2007 08:16 <DIR> ProgramData

The actual location for Documents and Settings is c:\users and if you try to
list that it will work just fine.

BTW, it is a Really Bad Idea (TM) to go changing ACLs on built-in files en
masse. You run a great risk of destroying your system when you do that.

---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"AuthorizedUserPF" wrote:

> I am getting it on all the folders in Documents and Settings All USers folder
> and subfolders. Default User folder and subfolders. I figured out how to
> change the security to my user id, but I have to do each and every child
> folder. I tried by checking "Replace owner on subcontainers and objects" but
> it does not seem to filter down the tree. If I apply this to "All Users"
> shouldn't all the subsequent subcontainers and objects also change also?
>
> "Jesper" wrote:
>
> > Which folders/files are you getting this error with?
> >
> > ---
> > Your question may already be answered in Windows Vista Security:
> > http://www.amazon.com/gp/product/047...otectyourwi-20
> >
> >
> > "AuthorizedUserPF" wrote:
> >
> > > Good afternoon.
> > > I am running Vista Ultimate and am having problems opening some of my
> > > folders and files. I am a full administrator of my home computer, yet there
> > > are certain files and folders in documents and settings that i am denied
> > > access. I have turned off UAC and tried changing the properties of the
> > > folders to give me access, yet it will not let me on some folders. On others
> > > , I am actually able to change permissions to inherit the parent folder and
> > > all objects under it. I never had this problem in XP. I could not do anything
> > > until I found out how UAC worked, even on administrator rights. Is there
> > > something else I am missing that is new in Vista .
> > > Please advise
> > > Phil

My System SpecsSystem Spec
Old 08-10-2007   #5 (permalink)
AuthorizedUserPF


 
 

RE: Permissions to my folders and files as administrator

You are correct. They are workimg well from C:/Users Thnks so much. Another
issue resolved.

"Jesper" wrote:

> Aah yes. That's what I figured. That is not actually a folder. It is a
> junction point pointing to the new location. There is a Deny permission
> placed on it to wean people off the old namespace and onto the new. See this
> output from the command line:
>
> C:\>dir /a
> Volume in drive C has no label.
> Volume Serial Number is F67D-4CCD
>
> Directory of C:\
>
> 07/25/2007 00:17 <DIR> Boot
> 11/02/2006 02:53 438,840 bootmgr
> 11/02/2006 06:00 <JUNCTION> Documents and Settings [C:\Users]
> 07/30/2007 15:03 <DIR> Program Files
> 07/26/2007 08:16 <DIR> ProgramData
>
> The actual location for Documents and Settings is c:\users and if you try to
> list that it will work just fine.
>
> BTW, it is a Really Bad Idea (TM) to go changing ACLs on built-in files en
> masse. You run a great risk of destroying your system when you do that.
>
> ---
> Your question may already be answered in Windows Vista Security:
> http://www.amazon.com/gp/product/047...otectyourwi-20
>
>
> "AuthorizedUserPF" wrote:
>
> > I am getting it on all the folders in Documents and Settings All USers folder
> > and subfolders. Default User folder and subfolders. I figured out how to
> > change the security to my user id, but I have to do each and every child
> > folder. I tried by checking "Replace owner on subcontainers and objects" but
> > it does not seem to filter down the tree. If I apply this to "All Users"
> > shouldn't all the subsequent subcontainers and objects also change also?
> >
> > "Jesper" wrote:
> >
> > > Which folders/files are you getting this error with?
> > >
> > > ---
> > > Your question may already be answered in Windows Vista Security:
> > > http://www.amazon.com/gp/product/047...otectyourwi-20
> > >
> > >
> > > "AuthorizedUserPF" wrote:
> > >
> > > > Good afternoon.
> > > > I am running Vista Ultimate and am having problems opening some of my
> > > > folders and files. I am a full administrator of my home computer, yet there
> > > > are certain files and folders in documents and settings that i am denied
> > > > access. I have turned off UAC and tried changing the properties of the
> > > > folders to give me access, yet it will not let me on some folders. On others
> > > > , I am actually able to change permissions to inherit the parent folder and
> > > > all objects under it. I never had this problem in XP. I could not do anything
> > > > until I found out how UAC worked, even on administrator rights. Is there
> > > > something else I am missing that is new in Vista .
> > > > Please advise
> > > > Phil

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Permissions and security to access files and folders Vista General
RE: Permissions for Folders in Program Files Vista networking & sharing
ADMINISTRATOR PERMISSIONS Vista account administration
Administrator Permissions Vista General
Administrator Permissions Vista account administration


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