setting UAC to trust an app forever?

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

Hi,
Is it possible to set the UAC to trust an app forever to bypass that every
time security confirmation window that preceeds the execution?

Thanks in advance.
 
Tim said:
Hi,
Is it possible to set the UAC to trust an app forever to bypass that every
time security confirmation window that preceeds the execution?

No. Otherwise malware could impersonate that app. It's on or not on.
 
That will only bypass the UAC prompt if the app does not need elevation and
it is set to asInvoker. If it is set to highestAvailable the prompt will be
by-passed if the user is a standard user.
 
Back
Top