Windows – Elevated Priviliges for Startup Applications in Windows

bootelevationuacwindowswindows-vista

Is there any way to configure application that requires administrator privilages (elevation) so it's automatically started with elevated privileges and does not request elevation on every startup?

For example, I have Riva Tuner that always starts with Windows. And it always asks for elevation via UAC. I need Riva Tuner to silently start with elevated privileges and without any message from user account control (without disabling it).

Best Answer

This article covers quite a few options of how to do this. Among them are:

  • Using BeyondTrust in the Enterprise
  • Use Task Manager to launch startup applications
  • Use the Application Toolkit to disable UAC for selected application
  • Switch off UAC (Not Recommended / Bad Practice)

The option to Always run as administrator available when Right Clicking and going to Properties will still cause a UAC prompt, it just forces the application to always launch as administrator.

The other option is to edit the local machine policy and allow administrators to launch applications without being prompted.

Related Question