I have an application that Windows 2008 would always run "as administrator" (i.e. the blue/yellow shield overlay icon is always visible).
However, the "run this program as an administrator" flag is not set in the file properties.
Where does this implicit flag come from and how can I get rid of it?
Background: I do not want to run this program as an administrator, it should run in a scheduled task with an unprivileged account. Currently UAC would not allow running this program, though.