What is the easy way to start Task Manager as an administrator in Windows 8?

55,833

Solution 1

pin the Taskmgr shortcut to the taskbar if you don't want to minimize the 10 open Windows.

Solution 2

If you're running as an administrator, the Task Manager is already elevated by default in Windows 8. You don't need to do anything special for it to run in UAC elevated mode.

Task Manager screenshot

If you are running as a standard user, there doesn't seem to be any built-in way to elevate the Task Manager. However, you can create a batch file that launches RunAs to launch the Task Manager, save that, and put a shortcut to it. Then, set a keyboard shortcut for the shortcut to the batch file. If you want to make the UI nicer and avoid having to use a specific account for the RunAs command line program, you can use the Elevation VBS tool to launch the Task Manager elevated and show a standard UAC prompt.

Shortcut properties

Solution 3

  1. Press the "Logo" + "S" keys; or Mouse to one of the right-hand corners of the screen; to reveal the search interface.
  2. Search for "task manager".
  3. Right-click on one of the results, and choose "Run as Administrator"

The Logo+S key combination works in Windows 8.1 to specifically bring up the "Search Everywhere" charm.

Note too: Ctrl+Shift+Esc brings up Task Manager (as the current user).

Solution 4

I usually open an elevated command prompt and just execute w/e utility I need. In this case taskmgr.exe

Share:
55,833

Related videos on Youtube

MikeF
Author by

MikeF

Updated on September 18, 2022

Comments

  • MikeF
    MikeF almost 2 years

    I'm sure I'm missing something simple here, if so I apologize for asking this question.

    I need to run the Windows 8 task manager as administrator from a standard user account's login session. Under Windows 7 I used to right-click the task bar or hit Ctrl+Alt+Del and pick "Task Manager", then when the task manager window pops up on the screen I'd click the button in the bottom left corner (can't remember its exact name, something to the effect of "Show processes for all users") and the task manager will start as an admin.

    Now I understand all the glitzy improvements in Windows 8's task manager, but where the heck is "Show processes for all users" button?

    I also understand that I can create a shortcut to run task manager as admin and place it on my desktop, but I rarely see my desktop. It's covered by 10 windows or so. Is there a simpler method to do this that I'm sure Microsoft thought of in their infinite wisdom?

  • MikeF
    MikeF almost 11 years
    This is not true.
  • MikeF
    MikeF almost 11 years
    Yes, I will have to do it without a faster solution. I'd be better off creating an elevated shortcut on a desktop.
  • nhinkle
    nhinkle almost 11 years
    @MikeF see the screenshot above. I opened that just by pressing Ctrl+Shift+Esc, and it's running elevated.
  • MikeF
    MikeF almost 11 years
    That's because your Nathan is an admin by default. I hope you don't log in like that for every day use?
  • nhinkle
    nhinkle almost 11 years
    @MikeF if you mean how to elevate it from a non-admin user, you should clarify that in your original question. In Windows 7 and later OSes, there's not much risk in running as an admin by default if you have UAC enabled and are careful with what you do.
  • MikeF
    MikeF almost 11 years
    Oh, man, don't start me on that. I've been ripping out tons of malware from people's computers who tell me this :) Also clarified the question.
  • MikeF
    MikeF almost 11 years
    Well, it's a job security for you, right :)
  • nhinkle
    nhinkle almost 11 years
    @MikeF see edits for an alternate solution based on your modified criteria.
  • MikeF
    MikeF almost 11 years
    Yeah. That's what I ended up doing. Although I honestly hope that they return this option in Windows 8.1.
  • magicandre1981
    magicandre1981 almost 11 years
    I doubt this. Ask it in the Answers or technet win 8.1 forums, so that MS developers read it. I have no idea if someone reads it here.
  • Outdated Computer Tech
    Outdated Computer Tech over 10 years
    Can you go over your answer with a bit more detail to allow other people that don't know what you mean to understand it.
  • nhinkle
    nhinkle almost 10 years
    Even quicker than right-clicking, just press Ctrl+Shift+Enter.
  • Constantine Black
    Constantine Black over 8 years
    This is still required in Windows 10 to run task-manager as administrator. Right-click the shortcut in taskbar, then right-click again on the task manager menu entry to "run as administrator"