Note: I have tried this on Windows 7. This should also work on Windows Vista.
Create the Scheduled Task Item
Click on Start and write Task on the search option. You will find Task Scheduler.
Open the Task Scheduler and click on “Create Task” from the right side menu.
Now here you need to give the task a short, simple name (Preferably without any spaces in it) 1st. Then check the box for “Run with highest privileges” (Remember This. It’s very important)
Now click on the “Actions” tab, then click the “New” button and browse down to the application that you are trying to start and then press ok.
Now Close out of the dialogs by clicking the OK button, which should create the new task in the list. Now the 1st part is done. You have setup scheduled tasks.
Setup A Shortcut to Start the Task
Right-click anywhere on the desktop and choose New > Shortcut from the menu.
Now, here’s where you need to give a bit of attention. You need to add a command that will run the scheduled task, passing in the name of the task that you have used. As you can see, I used UACDisabler as the name for the task.
Make sure you enter the task name like this, replacing the capitalized letters for the name of your task. (It’s not case sensitive).
schtasks /run /tn “TASKNAMEINQUOTES”
Now give your shortcut some useful name, and then click next to create it.
Now you have created a shortcut that will launch the application in administrator mode. Well done! You have finished it.
If you are a bit more advanced looking and trying to customize the icon for better recognition as well as better look, then right click on the shortcut and click on “Properties”.
Then select “Change Icon” and after that, browse for you desired icon. Click ok if you have finished.
So now you have a nice looking icon that launches an application in Administrator mode.
During our test, we have tried on 3 Default System app and two other apps. We have succeeded 4 times and the last time, we failed. So you can give a try as it has far better opportunity for success.
No comments :
Post a Comment
Note: Only a member of this blog may post a comment.