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 account administration

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

Reply
 
Old 10-31-2007   #1 (permalink)
ventech


 
 

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\Policies\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.

My System SpecsSystem Spec
Old 11-03-2007   #2 (permalink)
P. Di Stolfo


 
 

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@xxxxxx> schrieb im Newsbeitrag
news:763EA274-7D03-487C-9284-C372F07A792D@xxxxxx
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\Policies\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.
My System SpecsSystem Spec
Old 11-11-2007   #3 (permalink)
Jimmy Brush


 
 

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@xxxxxx> wrote in message
news:763EA274-7D03-487C-9284-C372F07A792D@xxxxxx
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\Policies\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.
My System SpecsSystem Spec
Old 11-12-2007   #4 (permalink)
ventech


 
 

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@xxxxxx> schrieb im Newsbeitrag
> news:763EA274-7D03-487C-9284-C372F07A792D@xxxxxx
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\Policies\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.
>
>
My System SpecsSystem Spec
Old 11-12-2007   #5 (permalink)
ventech


 
 

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@xxxxxx> wrote in message
> news:763EA274-7D03-487C-9284-C372F07A792D@xxxxxx
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\Policies\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.
>
My System SpecsSystem Spec
Reply

« password | password »
Thread Tools


Similar Threads
Thread Forum
Get members of a group PowerShell
Remove members of the group. Members are from different domains PowerShell
No users in Local Administrators Group Vista security
Remove user from administrators group PowerShell
Administrators Group User do not have permission! Vista General


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