NOTE: I am not trying to disable UAC.
I have a Windows 7 machine where I've added one administrator account and one regular user account. When using the regular user account, a UAC dialog will show up having a password prompt when an application requires administrative privileges. Entering the administrator's password will allow the action to continue, but this is not the behavior that I require. Instead of prompting for the password, I would like the action to either silently fail (with the action logged in the system log) or show a permission denied dialog.
Is this possible? If so, how do I do it?
