Disable Task Manager Through The Registry
- 2
- Add a Comment
Certain tools in Vista can be used to maliciously or innocently wreak havoc on a computer. Although such tools are useful in specific situations, you may want to disable access to some of these tools to prevent unwanted changes to your computer.
Task Manager is one such tool that can produce negative results, such as system instability, when used incorrectly. You can prevent users from accessing Task Manager by disabling it through the Registry Editor.
To disable Task Manager in Vista using the Registry Editor:
- Open the Registry Editor.
- Navigate to:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ system. - Create a new DWORD value named DisableTaskMgr.
- Set the value to 1 to disable Task Manager.
The steps above will disable Task Manager for the current user. To undo these steps, simply change the value in step 4 to ‘1′.

2 Comments
Aryeh Goretsky
October 15th, 2008
at 9:13pm
Hello,
I think the DWORD value needs to be set to “0″ and not “1″ to allow the Task Manager to run.
Regards,
Aryeh Goretsky
Frank Schnyder
October 31st, 2008
at 2:14pm
Aryeh, I would think that a key called DisableTaskMgr would have to be set to “1″ not “0″. Did you test it?