Support Forums
How to enable Task Manager (if disabled) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Microsoft Support (https://www.supportforums.net/forumdisplay.php?fid=5)
+----- Forum: Windows 7 (https://www.supportforums.net/forumdisplay.php?fid=14)
+----- Thread: How to enable Task Manager (if disabled) (/showthread.php?tid=25998)



How to enable Task Manager (if disabled) - killermanjaro65 - 04-18-2012

1. Click the Start Menu
2a. Type RegEdit and click the one with the blocks icon (Win7)
2b. Click Run and type RegEdit (WinXP)
3. Expand HKEY_CURRENT_USER
4. Scroll down and expand Software
5. Scroll down and expand Microsoft
6. Scroll down and expand Windows
7. Expand CurrentVersion
8. Scroll down and expand Policies
9. Click on System
10. Right click on DisableTaskMgr and click Modify
11. Change the value from 1 to 0, but leave everything else alone
12. Click OK
13. Try opening the task manager, if it opens you've done it correctly


RE: How to enable Task Manager (if disabled) - Grin - 04-18-2012

On my school, I don't even see the RegEdit.
But nice tutorial.


RE: How to enable Task Manager (if disabled) - AceInfinity - 04-19-2012

You could just create a .reg file as backup so that you don't even have to remember the filepath or anything else but where your .reg file to make these changes exists. Smile


RE: How to enable Task Manager (if disabled) - Crystal - 04-19-2012

Amazing thread I must say! Smile It would be helpful to many!


RE: How to enable Task Manager (if disabled) - fanta - 04-19-2012

And how do you make a .reg file?


RE: How to enable Task Manager (if disabled) - AceInfinity - 04-19-2012

Save this as a text file with the .reg extension:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

Example: "EnableTaskManager.reg"