Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Administration

Notices

Reply

Permissions set to Administrators group but members can't access f

 

LinkBack Thread Tools Display Modes
Old 10-31-2007, 07:06 PM   #1 (permalink)
Default Permissions set to Administrators group but members can't access f

I am setting up Vista Enterprise and have files and folders that any member
of the Administrators group needs access to when they login and want to load
some as part of the logon script. The file/folder permissions are set to
Administrators but when members of that group login, only the user that
created the files has access unless they do a runas administrator. So the
files fail to load at logon.

If I create a group called something other than administrators and assign
that group to the files or folder, everything works as expected.

From my web searches on this problem, this appears to be a normal part of
UAC behavior, though I noticed in one posting there is a
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy
registry key that changes the token filtering behavior when accessing from
the network.

Does anyone know of any registry or group policy settings to change UAC
behavior to allow any user of the Administrators group to access files that
have their permissions set to Administrators? I really don't want to have to
create and maintain an extra group if it can be avoided.
ventech
Guest
 
Posts: n/a
Reply With Quote  
Old 11-03-2007, 03:56 PM   #2 (permalink)
Default Re: Permissions set to Administrators group but members can't access f

Hello,

is there another user group set for permissions on that folder, such as
"Users"? If yes, it is possible that the Users permissions override the
Administrators', since they're users, too.

Greetings,
P. Di Stolfo
--
////////////////////////////
http://blog.lysorp.com - Small Windows blog in German language
///////////////////////////

"ventech" <ventech@discussions.microsoft.com> schrieb im Newsbeitrag
news:763EA274-7D03-487C-9284-C372F07A792D@microsoft.com...
Quote:
>I am setting up Vista Enterprise and have files and folders that any member
> of the Administrators group needs access to when they login and want to
> load
> some as part of the logon script. The file/folder permissions are set to
> Administrators but when members of that group login, only the user that
> created the files has access unless they do a runas administrator. So the
> files fail to load at logon.
>
> If I create a group called something other than administrators and assign
> that group to the files or folder, everything works as expected.
>
> From my web searches on this problem, this appears to be a normal part of
> UAC behavior, though I noticed in one posting there is a
> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy
> registry key that changes the token filtering behavior when accessing from
> the network.
>
> Does anyone know of any registry or group policy settings to change UAC
> behavior to allow any user of the Administrators group to access files
> that
> have their permissions set to Administrators? I really don't want to have
> to
> create and maintain an extra group if it can be avoided.
P. Di Stolfo
Guest
 
Posts: n/a
Reply With Quote  
Old 11-12-2007, 01:29 AM   #3 (permalink)
Default Re: Permissions set to Administrators group but members can't access f

In Vista, the Administrators group is only recognized for "allow"
permissions when the program doing the accessing is running elevated. Deny
permissions are always considered.

So, in order for an admin to have the access that is granted to them as
members of the administrators group, the program that is accessing the file
must be elevated.

The best solution is to have another group. Otherwise, you can cripple or
disable UAC.


--
- JB
Microsoft MVP Windows Shell/User

"ventech" <ventech@discussions.microsoft.com> wrote in message
news:763EA274-7D03-487C-9284-C372F07A792D@microsoft.com...
Quote:
>I am setting up Vista Enterprise and have files and folders that any member
> of the Administrators group needs access to when they login and want to
> load
> some as part of the logon script. The file/folder permissions are set to
> Administrators but when members of that group login, only the user that
> created the files has access unless they do a runas administrator. So the
> files fail to load at logon.
>
> If I create a group called something other than administrators and assign
> that group to the files or folder, everything works as expected.
>
> From my web searches on this problem, this appears to be a normal part of
> UAC behavior, though I noticed in one posting there is a
> HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy
> registry key that changes the token filtering behavior when accessing from
> the network.
>
> Does anyone know of any registry or group policy settings to change UAC
> behavior to allow any user of the Administrators group to access files
> that
> have their permissions set to Administrators? I really don't want to have
> to
> create and maintain an extra group if it can be avoided.
Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Old 11-12-2007, 06:25 PM   #4 (permalink)
Default Re: Permissions set to Administrators group but members can't acce

Thanks for the suggestion but in this case, only Administators have
permissions on the folders so the rights of another group would not be the
problem.

"P. Di Stolfo" wrote:
Quote:
> Hello,
>
> is there another user group set for permissions on that folder, such as
> "Users"? If yes, it is possible that the Users permissions override the
> Administrators', since they're users, too.
>
> Greetings,
> P. Di Stolfo
> --
> ////////////////////////////
> http://blog.lysorp.com - Small Windows blog in German language
> ///////////////////////////
>
> "ventech" <ventech@discussions.microsoft.com> schrieb im Newsbeitrag
> news:763EA274-7D03-487C-9284-C372F07A792D@microsoft.com...
Quote:
> >I am setting up Vista Enterprise and have files and folders that any member
> > of the Administrators group needs access to when they login and want to
> > load
> > some as part of the logon script. The file/folder permissions are set to
> > Administrators but when members of that group login, only the user that
> > created the files has access unless they do a runas administrator. So the
> > files fail to load at logon.
> >
> > If I create a group called something other than administrators and assign
> > that group to the files or folder, everything works as expected.
> >
> > From my web searches on this problem, this appears to be a normal part of
> > UAC behavior, though I noticed in one posting there is a
> > HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy
> > registry key that changes the token filtering behavior when accessing from
> > the network.
> >
> > Does anyone know of any registry or group policy settings to change UAC
> > behavior to allow any user of the Administrators group to access files
> > that
> > have their permissions set to Administrators? I really don't want to have
> > to
> > create and maintain an extra group if it can be avoided.
>
>
ventech
Guest
 
Posts: n/a
Reply With Quote  
Old 11-12-2007, 06:33 PM   #5 (permalink)
Default Re: Permissions set to Administrators group but members can't acce

I suspected this might be the case, but had hoped there might be a more
elegant solution than my work around. Perhaps Microsoft will add something
in the future. Thanks for the feedback.

ventech

"Jimmy Brush" wrote:
Quote:
> In Vista, the Administrators group is only recognized for "allow"
> permissions when the program doing the accessing is running elevated. Deny
> permissions are always considered.
>
> So, in order for an admin to have the access that is granted to them as
> members of the administrators group, the program that is accessing the file
> must be elevated.
>
> The best solution is to have another group. Otherwise, you can cripple or
> disable UAC.
>
>
> --
> - JB
> Microsoft MVP Windows Shell/User
>
> "ventech" <ventech@discussions.microsoft.com> wrote in message
> news:763EA274-7D03-487C-9284-C372F07A792D@microsoft.com...
Quote:
> >I am setting up Vista Enterprise and have files and folders that any member
> > of the Administrators group needs access to when they login and want to
> > load
> > some as part of the logon script. The file/folder permissions are set to
> > Administrators but when members of that group login, only the user that
> > created the files has access unless they do a runas administrator. So the
> > files fail to load at logon.
> >
> > If I create a group called something other than administrators and assign
> > that group to the files or folder, everything works as expected.
> >
> > From my web searches on this problem, this appears to be a normal part of
> > UAC behavior, though I noticed in one posting there is a
> > HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Pol icies\system\LocalAccountTokenFilterPolicy
> > registry key that changes the token filtering behavior when accessing from
> > the network.
> >
> > Does anyone know of any registry or group policy settings to change UAC
> > behavior to allow any user of the Administrators group to access files
> > that
> > have their permissions set to Administrators? I really don't want to have
> > to
> > create and maintain an extra group if it can be avoided.
>
ventech
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Editing group permissions Blue Max Windows Vista Administration 0 10-19-2007 03:06 PM
members of "user" group cannot access internet Wiley C Windows XP Configuration & Management 1 03-12-2005 05:00 AM
SP2 problem: Add Domain users in the local Administrators group Dédé Windows XP Configuration & Management 4 11-25-2004 02:04 PM
Workgroup members can't access my PV but I can theirs! Rob C Windows XP Network & Web 0 08-13-2003 04:05 AM
Program loaded as Administrator won't work for members of Admin Group R. Carlson Windows XP Security & Administration 0 07-28-2003 04:40 PM


All times are GMT. The time now is 12:05 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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