Windows – How to Always Run Applications as Administrator

uacwindows

The problem is, when I open applications I need to always right click, select run as admin.

enter image description here

When I don't do it getting unexpected application errors. BTW, I turned off UAC.

It's annoying. Is there any way to change behavior of double left-click to act as "Run as administrator" action? I mean to make "Run as administrator" action by default. Thx in advance

Best Answer

Method 1 (only works on shortcuts):

  1. Right-click the shortcut, click Properties.
  2. Click Advanced. Select Run as Administrator.

Method 2 (affects all shortcuts, and works on jump-lists and opening files with the application):

  1. Go to the location of the executable.
  2. Right click AppThatRequiresAdminRights.exe and select Troubleshoot compatibility.
  3. Select the option Troubleshoot program after the wizard has finished detecting issues.
  4. Choose the The program requires additional permissions option. The wizard will apply the Run as Administrator setting to AppThatRequiresAdminRights.exe program.
  5. Click Test the program (required) and close the wizard.

Found here

Related Question