QUOTE (designxperts @ Jun 7 2007, 03:19 AM)

We have a Windows server with Vista Workstations on we have installed some programs on the workstations via local admin the problem is that some of the programs wont work from the domain account they only work from an admin account how do we fix this?
Note that the local Administrator account is the _only_ account on the box that has a full access token when UAC is enabled - even other local admin and domain admin accounts will run with a limited user token. From the symptoms you state, it sounds like your application is doing something bad (at least in UAC terms) and until you "run as administrator" the application, or get a version that doesn't have the issue, or disable UAC, this will happen.