Elevator - command line
If you tried elevator, you probably know that it is running thought context menu:
It is assigned only to exe files (if it is needed, I can extend it)... But sometimes you may want to change shortcut to always run specific action using elevator.
In fact it is pretty easy - just run ElevatorRunner.exe with filename and parameters and you are all set :)
First parameter is executable you want to run and then any command line arguments you want to include.
For example if you want to elevate MMC.exe, simply runs ElevatorRunner MMC.exe and thats it.
To also show example with command line parameters, this is command line I use to run Joost:
C:\Data\SkipUAC\ElevatorRunner.exe "C:\Program Files (x86)\Joost\xulrunner\tvprunner.exe" "C:\Program Files (x86)\Joost\application.ini"
In following screenshot you can see few examples:
It is also pretty easy to modify shortcuts to use Elevator:
Martin