Enable Task Manager from Registry in Windows 8, 7, XP or Vista

Registry Editor is an inbuilt Windows tool that is used to modify registry keys which tell Windows how it should work. A simple registry modification can be used to bypass the Task Manager block. To do so,

just follow the steps:-

1.Click on Start. Go to Run. If you use Windows 8, Windows 7 or Windows Vista, go to Search.

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_USERSoftwareMicrosoft Windows Current VersionPoliciesSystem. If the System key is not there, you will need to create it.

4.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.
Enter its value data as 0 and press OK.

5.Close Registry Editor. If Task Manager is still disabled, restart your computer.
Enable Task Manager from the Group Policy Editor (Gpedit.msc)

Windows Task Manager in Windows 7
Group Policy Editor is a feature in Windows which is used to edit local policy settings. It can also be used to enable Task Manager. To do so,

just follow the steps given below:-

1.Open Start Menu. Windows XP users click on Run. Windows 8.1, Windows 8, Windows 7 and Vista users, go to Search.

2.Type gpedit.msc and press Enter. Group Policy Editor Window will show up.

3.From the navigational pane at the left hand side, go to: User Configuration>Administrative Templates>System>Ctrl+Alt+Del Options.

4.In the work area, double click on “Remove Task Manager” and set its value to Disabled or Not Configured.

5.Restart your Computer or Log Off and Log back On to apply the changes.
Group Policy Editor is not available on home editions of Windows.

Enable Task Manager by Running a CMD Command

Command Prompt can also be used to directly enable Task Manager.

1.Open Notepad.

2.Copy the code given below and paste it.
REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem  /v  DisableTaskMgr  /t REG_DWORD  /d /0 /f

3.Save the File as TaskManager.bat.

4.Run TaskManager.bat as Administrator if you use Windows 8, Windows 7 or Windows Vista. In Windows XP, simply open the file. A command prompt window will flash for a second and then disappear indicating successful execution. After running the batch file, you will be able to again use Task Manager. If Task Manager is still not available, restart your computer.

Create a Registry(.reg) file for enabling Task Manager

If you are unfamiliar with manually editing the Registry, you can create a Registry file which will automatically modify the Registry Key to re-enable Task Managing.

To create one such file:-

1.Open Notepad or any other text editor.

2.Copy the code given below and paste it as it is in it.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem] “DisableTaskMgr” =dword:00000000

3.Save the file as Enable Task Manager.reg or *.reg.

4.Open the file by double clicking on it.

5.Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.

6.Task Manager would immediately be accessible. If it is not, restart your computer.

TrickyTime Telegram Channel

LEAVE A REPLY

Please enter your comment!
Please enter your name here