Hi there
It depends on what you mean. If you want *any* user who is able to log in
to a given machine to be an administrator of that machine while they are sat
at the console, I have a good solution. It is to run the command "net
localgroup administrators interactive /add" as a computer startup script (so
that it runs in the system context).
If, however, you subscribe to the notion that each PC belongs to a primary
user and that each user only logs in to their own PC, then there isn't
really an easy way to automate this.
Microsoft KB article 320065 (as referred to by Jerold) is really only
suitable for trusted administrators needing admin access across all
workstations. If your users are even slightly clever, and you implement
this solution, your users could find out how to do things like:
* Take screenshots of other users' screens.
* Run arbitrary processes on other users' machine.
* Run VNC (or equivalent remote control package) on other users' machines.
All the above can be achieved without having physical access to the machine,
so be careful to think through what it is you are asking for and what it is
you choose to implement.
Hope this helps
Oli