Jquebe said:
For instance... as Administrator I installed the nVidia video card
drivers and get the management icon in my system tray. If I log in
as any other domain user it's not there. Also... tried to install
Quickbooks on another system as regular domain user but was unable.
Had to log in as Administrator, but then that domain user was unable
to run Quickbooks. Is there a place to set which apps are accessable
by which domain users... not just local users?
Regular users do not have the rights of - well, anyone. They cannot write
to the C drive, etc. Power Users have more rights, but not full rights.. I
suggest (again) you set a user up as a Power User on the local machine in
question then log in as them to see if it makes a difference.
One way to add a user to the power users group is the following:
- Log into the machine as an administrator (if in a domain, a local/domain
admin would be preferrable.)
- Open a command prompt.
- type in the following command:
net localgroup "Power Users" "username" /ADD
(if in a domain and adding a domain user

net localgroup "Power Users" "DOMAIN\username" /ADD
- Log off
- Log into the machine as the user you just added to the Power Users group.
Otherwise you could add the users to a special group in your AD GPOs and
change their permissions on the machines appropriately. The Power Users
test will just show you if you need the slackened rights in order to see/do
what you are trying to see/do.