Always An Executable Run As Administrator - Article




     If an executable file require administrative rights to open then we simply use Run As Administrator option from its right click menu. But if we don't want to use right click menu method and we need to open an executable file by double clicking on it, then in case, if that executable file doesn't open or work by double clicking on it, What we can do?
     To open an executable file by double clicking  always with administrative privileges, Just use Resource Tuner to change code of that specific file.




After opening executable file in Resource Tuner, go to Manifest and find asInvoker in code.




Then change asInvoker to requireAdministrator by typing from keyboard. At last to compile changes in code, save your executable. Now it is done. Afterward, new executable file can be opened by double clicking on it having administrative rights.

Comments