I have a workstation on a domain that's displaying the UAC (User Account Control) prompt for executing a program and I can't figure out why (I don't want it running with administrator privileges).
It's a Windows 7 workstation and Windows Server 2003. None of the other workstations are exhibiting this symptom (logging in with the same user account). The EXE file is on a mapped network drive. In the shortcut's Compatibility properties, the "Run this program as an administrator" is NOT checked. There's no manifest on the application requesting administrative privileges (and none of the other workstation are getting prompted).
What other Windows settings can trigger the UAC prompt for an executable?
There seems to be a Windows internal list of programs that require the UAC dialog, even though they don't have a manifest. It is not very transparent, how exactly Windows goes about determining, if a given executable should always display the UAC dialog on startup.
I stumbled over this with the Bitstream Font Navigator, which comes together with CorelDraw. If I just rename the FontNav.exe to FontNav1.exe, starting it no longer displays the UAC dialog. Windows is using more information than just the file name however, renaming another exe without manifest to FontNav.exe did not bring out the UAC.
The way I see it you have two options:
When going for the manifest option, asInvoker would be my choice.
First thoughts
Edit: Based on comments on other answer, try caspol to establish the network drive as trusted
It's been some time since I've had to do this sorry so YMMV
Lots of things. To start with:
What's the executable supposed to do?