Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > Permissions set to Administrators group but members can't access f

Reply
Thread Tools Display Modes

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

 
 
ventech
Guest
Posts: n/a

 
      10-31-2007
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.
 
Reply With Quote
 
 
 
 
P. Di Stolfo
Guest
Posts: n/a

 
      11-03-2007
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" <> schrieb im Newsbeitrag
news:763EA274-7D03-487C-9284-...
>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.


 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      11-12-2007
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" <> wrote in message
news:763EA274-7D03-487C-9284-...
>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.


 
Reply With Quote
 
ventech
Guest
Posts: n/a

 
      11-12-2007
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:

> 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" <> schrieb im Newsbeitrag
> news:763EA274-7D03-487C-9284-...
> >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.

>
>

 
Reply With Quote
 
ventech
Guest
Posts: n/a

 
      11-12-2007
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:

> 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" <> wrote in message
> news:763EA274-7D03-487C-9284-...
> >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.

>

 
Reply With Quote
 
 
 
Reply

« password | password »
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
Vista no enabled user in administrators group?? Steve Windows Vista Security 4 12-12-2007 07:20 PM
Administrators Group User do not have permission! Blue Fish Windows Vista General Discussion 3 11-05-2007 10:22 AM
Can't select members for group JB Windows Vista Mail 2 06-12-2007 10:36 PM
Contact Group: Cannot Select Members Frank Windows Vista Mail 1 03-08-2007 02:06 PM
Identifying group members Bill B Windows Vista Mail 0 02-18-2007 11:25 PM



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