Enable Task Manager When Disabled by Administrator or Virus in Windows

Windows Task Manager is used to view details about processes running on computer. Since it can be used to terminate programs that are misbehaving or are viruses disguised in the form of harmless programs, most spyware and viruses disable it to prevent themselves from being closed through it. Some administrators also disable Task Manager to prevent users from closing important security programs like anti-viruses and anti-malwares.

In such situations, running the Task Manager will give the "Task Manager has been disabled by Administrator" error. However, there are some techniques can use to re-enable task manager and close those harmful programs manually. This article contains few such simple techniques to re-enabling Task Manager in a computer running Windows.
Enable Task Manager

⬛ Enable Task Manager using the Registry Editor [Solved]
  1. Click on Start. Go to Run. (Alternatively, use Windows key+R keyboard shortcut.)
  2. Type regedit and press Enter. Registry Editor will start. If Registry Editor is also disabled, you will first need to enable registry editing.
  3. Through the left-hand navigation pane, navigate to
    HKEY_CURRENT_USER\Software\Microsoft\ Windows\ Current Version\Policies\System

    If the System key is not there, you will need to create it.
  4. Create System Key
    Create System Key
  5. In the work area, locate "DisableTaskMgr". If this value is not there, you will need to create a new DWORD value called DisableTaskMgr. Double click on it. A window will pop up.
  6. Create DWORD
    Create DWORD
  7. Enter its value data as 0 and press OK.
  8. Close Registry Editor.
  9. Task Manager would immediately be accessible. If it is not, restart the computer.
Windows Task Manager in Windows 7
Windows Task Manager in Windows 7

⬛ Enabling Task Manager by creating a Registry(.reg) file

If unfamiliar with manually editing the Registry, just create a Registry file which will automatically modify the Registry Key to re-enable Task Manager.
  1. Open Notepad.
  2. Copy the code given below and paste it .
  3. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] “DisableTaskMgr” =dword:00000000
  4. Save the file as *.reg or Enable Task Manager.reg
  5. Open this file by double-clicking on it.
  6. Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.
  7. Task Manager would immediately be accessible. If it is not, restart computer.

⬛ Enable Task Manager using the Group Policy Editor
  1. Click on Start. Go to Run. (Alternatively, use Windows key+R keyboard shortcut).
  2. Type gpedit.msc and press Enter. Group Policy Editor Window will show up.
  3. Navigate to User Configuration>Administrative Templates>System>Ctrl+Alt+Del Options.
  4. In the work area, double click on "Remove Task Manager".
  5. In the popup window, encircle Disabled or Not Configured and click on OK.
  6. Normally, Task Manager will be immediately accessible. If it is not, restart PC.
Group Policy Editor is not available on home editions of Windows.

⬛ Enable Task Manager by Running a CMD Command
  1. Open Notepad.
  2. Copy the code given below and paste it.
  3. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Syste /v DisableTaskMgr /t REG_DWORD /d /0 /f
  4. Save the File as TaskManager.bat
  5. Run this file as Administrator if you use Windows 10, Windows 8, Windows 7 or Windows Vista. In Windows XP, simply open the file. CMD will flash for a second and then disappear. This indicates successful execution.
  6. After running the batch file, you will be able to again use Task Manager. If Task Manager is still not available, restart computer.

The techniques mentioned in this article work on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP and Windows Vista.