Run Task Manager as admin Windows Server 2012

Home

  • News & Insights

    • News & Insights Home
    • Innovation
    • IT Careers & Skills
    • Cloud
    • Cyber Security
    • Future of Work
    • All Categories
    • Marketing
    • HR
    • Finance
  • Community

    • Ask question
    • Community Home
    • Spiceworks Originals
    • Cloud
    • Collaboration
    • Networking
    • Water Cooler
    • Windows
    • All forums
    • How-Tos
    • Scripts
    • Vendors
    • Meetups
  • Reviews

  • Online Events

Login Join

Login Join

  1. Learn
  2. Windows
  3. Windows Server

SteveTheITDude

Sep 12, 2013 2 Minute Read

  • Spice

  • Reply (22)

  • Subscribe

  • Share

    • Facebook
    • Twitter
    • Reddit
    • LinkedIn

SteveTheITDude

SteveTheITDude14 years in ITNetwork+, VCA-DCV

1114

Contributions

77

Best Answers

76

Helpful Posts

2

Projects

Main Areas of Contribution:

  • General Networking |
  • IT Jobs / Careers |
  • Windows Server |
  • Best Practices |
  • Microsoft Exchange

Register. Track Progress. Earn Credits.

Learning has never been so easy!

Sign Up

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.

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. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

How do I run Task Manager as administrator from Command Prompt?

The final method to launch command prompt as Administrator on Windows, is by using Task Manager:.
Press CTRL + SHIFT + ESCAPE to open Task Manager..
Click the File menu and select Run new task..
Type cmd and check the "Create this task with administrative privileges" checkbox. Finally press Enter or click OK..

How do I open Task Manager in Windows Server 2012?

To access the Task Manager, right click on the task bar and select Task Manager from the menu. Processes tab functions: You can display the memory usage in percentage or in quantity (Mb). You can sort the usage by ascending or descending order by clicking on the relevant column title.

What do I do if Task Manager is disabled by administrator?

Resolution.
Go to Start > Run, type Gpedit. ... .
Navigate to User Configuration > Administrative Templates > System > Ctrl+Alt+Del Options..
In the right side of the screen, verify that Remove Task Manager option set to Disable or Not Configured..
Close Gpedit. ... .
Go to Start > Run, type gpupdate /force , and then press Enter..

How do I schedule a task to run as administrator?

Right-click the task and select Properties. In the Properties window, in the Run As field, enter the Administrator user name. The user name must be in one of the following formats: domainName\Administrator or hostName\Administrator.

Toplist

Latest post

TAGs