How to Start Task Manager As Administrator (Elevated) by Default in Window 7

Task Manager in Windows Vista and Windows 7 runs in non-elevated mode by default, showing only those processes running under the current user context. To be able to terminate or manage a process running under other user accounts, or to log off other users, you need to elevate Task Manager by clicking the Show processes from all users button in the Processes tab.

Alternately, you can create a desktop shortcut to Taskmgr.exe, right-click on the shortcut and click Run as administrator. But, this workaround won’t help if you mostly use the Ctrl + Shift + Esc keystroke to launch the Task Manager.

I’ve just found a way to start Task Manager in elevated mode by default when using the Ctrl + Shift + Esc keystroke or when running Taskmgr.exe directly, and sharing the knowledge in this post. The trick is to set the Debugger registry value for Taskmgr.exe, pointing to a VBScript which starts Task Manager elevated. The method which I found works perfectly fine, no matter which way you use to launch Task Manager.

Task Manager Run as Administrator (Elevated) by Default

Here are the instructions to make Task Manager always start in elevated mode:



  1. Open the C:\Windows\System32 folder.
  2. Make a copy of Taskmgr.exe and name the copy as Taskmgr2.exe
  3. Download taskmgr-elev.zip and unzip the contents to a folder
  4. Move the file taskmgr.vbs to C:\Windows
  5. Double-click taskmgr-elev.reg to run it
  6. Press Ctrl + Shift + Esc, or type taskmgr.exe in Start Orb to open Task Manager. It should now show the User Account Control elevation dialog. Click Continue so that Task Manager runs as administrator (elevated). And, when you run Task Manager from a standard user account, it should prompt for administrator credentials.

More Information

The registry fix above sets taskmgr.vbs as the Debugger for taskmgr.exe process, by writing to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Taskmgr.exe

Starting Task Manager will now invoke the script file taskmgr.vbs, which then launches taskmgr2.exe elevated. To reverse the changes, run the Undo.reg file, and then manually delete taskmgr.vbs from the Windows directory.

The excellent Process Explorer utility uses the same technique to replace Task Manager.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a ten-time recipient of the Microsoft MVP award in Windows Desktop Experience (Windows Shell), from 2003 to 2012. Ramesh founded Winhelponline.com in 2005.

9 thoughts on “How to Start Task Manager As Administrator (Elevated) by Default in Window 7”

  1. Merci pour ces précieuses informations.
    Les hommes de Dieu sont non seulement des hommes de science, mais surtout et aussi des hommes de COEUR !
    Puisse Dieu ajouter à votre bonté et donner plus de noblesse à votre esprit.
    abdelatif

    Reply

Leave a Comment