-2

We are on a domain here and an application will only run either if you are on the local administrator account or you have full admin rights to the machine.

So what I need to do is a way to run the application with the full same permissions as for the local administrator account and without having to enter a password.

I am not talking about when you can right click and hit compatibility run as administrator etc.

Nifle
  • 34,998

1 Answers1

-2

Turn off uac for the computer. The reason you are seeing the prompt is because you are running it as an administrator. Either crate a scheduled task to run elevated or turn off UAC. No way around it that I know of. Maybe someone else more knowledgeable may know.

Kelbizzle
  • 1,879