Results 1 to 2 of 2

Thread: Create Administrator Mode Shortcuts without UAC Prompts in Windows Vista

  1. #1
    Adrian is offline Member
    Join Date
    Apr 2009
    Posts
    67
    Rep Power
    4

    Default Create Administrator Mode Shortcuts without UAC Prompts in Windows Vista

    One of the most talked on annoyances in Windows Vista are the UAC prompts that continuously pop up when you attempt to make changes in the system. It is especially trying if you often need a particular tool that requires administrator mode in order to run. Fortunately there is a simple hack you can do to an administrator mode shortcut does not prompt for UAC to create.

    This works by setting up a scheduled task to run the application in Administrator mode, and then setting up a separate shortcut that tells the scheduled task to run. If that sounds tricky, it is really not just follow through the instructions below.

    Create the Scheduled Task Item

    Open Task Scheduler with start menu search box (generally you can just type task), and next on the right-hand side click the “Create Task” link:

    Name:  1.png
Views: 96
Size:  10.9 KB

    The first thing you require to do is provide the task a short, easy name, if possible not including any spaces in it. Then check the box for “Run with highest privileges”.

    Name:  2.jpg
Views: 340
Size:  16.3 KB

    Now change to the Actions tab, click the New button, and then browse down to the application that you are attempting to Run.

    Name:  3.jpg
Views: 351
Size:  12.6 KB

    Close the dialog by clicking the OK button, which should make the new task in the list. You can right click it and choose "Run" at this point, just to make confident that the application launches the technique you expect.

    Name:  4.png
Views: 99
Size:  14.5 KB

    At this point our scheduled tasks setup is complete, so you are able to close out of that if you want as long as you memorize the name that you used for the task.

    Create the Shortcut to Start the Task

    Right-click anyplace on the desktop and choose New \ Shortcut from the menu.

    Name:  5.png
Views: 100
Size:  17.9 KB

  2. #2
    Adrian is offline Member
    Join Date
    Apr 2009
    Posts
    67
    Rep Power
    4

    Default More Information

    Now here is where the real magic happens, we ask for a command that will run the scheduled task to add, in passing the name of the task we used. As you can see, I used runregedit as the name for the task.

    Name:  6.png
Views: 98
Size:  14.6 KB

    Make confident you enter the task name like this, swap the capitalized letters for the name of your task. (It is not case sensitive)

    schtasks /run /tn “TASKNAMEINQUOTES”

    Now give your shortcut some useful name, and then click next to create it.

    Name:  7.png
Views: 95
Size:  9.8 KB

    At this point you should have a shortcut that will launch the application in administrator mode.

    Name:  8.png
Views: 326
Size:  9.2 KB

    But we can squeeze it a bit more open up the properties for the shortcut, and then change the Run drop-down to “Minimized” (to hide the schtasks command line utility), and then click on Change Icon.

    Name:  9.jpg
Views: 330
Size:  15.7 KB

    The easiest thing to perform is just browse down to the application that you are opening with the shortcut and you should see the icons for the application itself.

    Name:  10.png
Views: 330
Size:  10.2 KB

    So now you have a nice looking icon that launches an application in Administrator mode with no prompts at all.

Similar Threads

  1. Lost Administrator Password in Windows 7 or Vista?
    By uretech987 in forum Windows Vista
    Replies: 0
    Last Post: 11-24-2009, 11:11 AM
  2. Replies: 0
    Last Post: 10-14-2009, 10:22 AM
  3. Replies: 1
    Last Post: 10-11-2009, 06:35 PM
  4. Replies: 0
    Last Post: 10-09-2009, 06:44 PM
  5. Advanced Windows shortcuts (XP and Vista)
    By tenzin in forum Windows Vista
    Replies: 0
    Last Post: 03-26-2009, 07:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48