How to Run Task Manager From CMD (Admin, Shortcuts List, and More)

Task Manager is one of the more important Windows utilities, built to manage program priorities, enable/disable services, and a whole lot more. With it, you can monitor your system’s resource usage, and even determine which programs or processes can be disabled in order to salvage what’s left of a slowing system.

Knowing how to run the Task Manager is essential if you’re going to make these changes, especially from the Command Prompt. Here is all you need to know about starting Task Manager from the Command Prompt, its shortcuts, and how to do run it as an administrator, even if you have a standard account type.

Related: How to Reset Taskbar in Windows 10

Task Manager Shortcuts

Shortcuts are a boon to any power user looking to access specific applications and interfaces with simple key combinations and a few clicks. Here are the shortcuts for the Task Manager.

Hotkey combinations

There are a couple of hotkey combinations that users ought to know to run Task manager in a snap. 

Ctrl+Alt+Del – This key combination brings up a screen containing multiple shortcuts, including one for the Task Manager. Simply click on Task Manager to access it.

Ctrl+Shift+Esc – This hotkey combination opens up the Task Manager instantly without you having to go through an additional screen, and as such is the fastest way to get to Task Manager.

Using the Power User Menu

Pressing Win+X brings up the hidden Power User Menu that has a variety of shortcuts to System settings and utilities.

Here, you can either click on Task Manager or simply press to open the Task Manager.

Run Task Manager from Command Prompt

Needless to say, we have to run the command prompt first in order to run Task Manager through it. To do so, press Win+R to open the RUN box, type in “cmd” and hit Enter.

Once the Command Prompt opens, type in the following command line and press Enter to run the task manager:

taskmgr

This is the basic process of running the task manager from the command prompt. If you’re using an administrator account, you should have no problem going through these steps.

But what if you’re operating a standard account and still want to access the task manager via the command prompt?

Run Task Manager from Command Prompt as Administrator

Without administrator privileges, one is bound to run into “Access denied” error messages when trying to make changes using the task manager. There are a couple of ways that a standard account user can access the command prompt with administrator privileges. Here they are:

From a Standard Account (with admin password)

If you are the admin making changes on a standard account, all you have to do is to run an elevated instance of command prompt. To do so, press Start, type “cmd”, and click on Run as administrator.

When prompted, enter the password and you’re good to go. Now, simply type in the “taskmgr” command in CMD and run the task manager.

Access the built-in Administrator (without admin password)

Sometimes, the task manager is outright blocked by the administrator, and there is little that one can do without the admin’s password. But there is a nifty workaround that lets you access the built-in administrator, which can be used to do all kinds of things, including giving your standard account complete administrative rights, changing registry files, unblocking the task manager, and much more. For a complete guide on how to access this built-in administrator, follow this link.

Once you have followed those steps and have given your account administrator privileges it’s time to make the necessary changes to ensure that the task manager is not blocked for your account. 

Unblock Task Manager using ‘Group Policy Editor’

If you have Windows 10 Pro, Enterprise, or Education edition, you can use the Group Policy Editor to make changes to policy settings set by the administrator. 

Here is how you can do so and ensure that the Task Manager isn’t blocked for your account:

Press Win+R to bring up the RUN box, type “gpedit.msc” and press Enter.

Once the Group Policy Editor opens up, in the left panel, navigate to User Configuration > Administrative Templates > System > Ctrl+Alt+Del Options.

Now, in the right panel, double-click on Remove Task Manager.

Change the value to either “Not Configured” or “Disabled” to reactivate Task Manager for your account. Click OK.

You may have to restart your computer and log back in to see the changes applied.

Do note that Windows 10 Home users won’t be able to use this method as the Group Policy Editor is not available to them. They can, however, use the following methods to achieve the same result.

Unblock Task Manager using the Registry

Press Win+R to open the RUN box, type “regedit” and press Enter.

Now, navigate to the following path:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Alternatively, you can simply copy the above path and paste it in the Registry’s address bar.

Double-click the DisableTaskMgr key.

Change the Value data from 1 to 0. Click OK.

You should now have access to the Task Manager through the Command Prompt as well as its shortcuts.

Show Process Command Lines in Task Manager (Windows 10)

So now you can access Task Manager through the Command Prompt. But can you find command lines for processes through the Task Manager? Definitely. 

Along with the different columns for CPU, Memory, Disk, and other resource columns, you can also engage a “Command Line” column. This helps to know the exact command for various processes and services that are running and make changes through command prompt if need be.

Here’s how you can enable it:

Open the Task Manager and under the “Processes” tab, right-click on any column. In the Context Menu, click on Command line.

The column will now appear for the running Processes.

Do this to enable the Command Line column in the “Startup” tab. 

You can also enable the Command Line column in the “Details” tab, but the method is slightly different. To do so, under the “Details” tab, right-click on any column and then on Select columns.

This will bring up a small window. Scroll down until you find Command line. Check this box and click OK.

Knowing the command line of processes can help you terminate them (or restart them) through the Command Prompt. 

So these were all the ways that you can access the Task Manager utility through the Command Prompt. Even if the task manager is blocked for your account, following these methods will ensure that you can unblock and have complete access to the Task Manager, through the shortcuts as well as the command prompt.

1 Comment

  1. damn I want the arguments to the programs – not sure if they are accessible

Comments are closed.