Administrator Rights

  • Thread starter Thread starter Clayton
  • Start date Start date
C

Clayton

This stupid Vista is beginnging to annoy me.
I thought when you login for the first time the user would have the same
rights as the Administrator, I guess not
 
This stupid Vista is beginnging to annoy me.
I thought when you login for the first time the user would have the same
rights as the Administrator, I guess not

You do, but under UAC you are not an administrator all the time. What are
you trying to accomplish?
 
deleting files over the network is one issue and sometimes even transferring
a bunch of files in a folder over the network, some will and some won't
 
deleting files over the network is one issue and sometimes even transferring
a bunch of files in a folder over the network, some will and some won't

Deleting files across an SMB (Windows File Sharing) connection only works on
domain-joined machines if you use a domain-based account in the local admins
group. One feature of UAC is that when you connect with a local account in
the local admins group you get a filtered security token that does not
contain Administrators. Thus, if you are trying to delete files that are only
deletable by administrators it will fail. The work-around is to use Terminal
Services instead. You can disable the behavior that gives you a filtered
token if you have to. I'd have to dig up the reg hack to do it though. There
is no Group Policy setting for it.

A lot of people are having issues with transferring files and folders and it
is still unclear why it is failing. I have not personally seen it failing,
and from the descriptions I am getting I can't tell why it is failing. One
obvious one is if you are trying to overwrite an existing file that has an
ACL that grants only Admins access. I think something else is getting in the
way though because in most cases I have heard of people were trying to
transfer an entire large directory hierarchy. I'd be very curious for more
information on what exactly is happening here.
 
Whatever is happenning here is beyond be, it took me 6 years to sort out XP
and now it looks like i'm starting over again in some areas
 
I'm not sure that is it. The issue sounds more like a race condition to me.

Yes, it definitely seems like we are starting over in some ways. XP was not
that big of an upgrade from 2000, but 2000 over NT 4.0 was similar. That's
why people like me write books. :-)
 
Vista for dummies huh



Jesper said:
I'm not sure that is it. The issue sounds more like a race condition to
me.

Yes, it definitely seems like we are starting over in some ways. XP was
not
that big of an upgrade from 2000, but 2000 over NT 4.0 was similar. That's
why people like me write books. :-)
 
Back
Top