The Windows Task ManagerThe Windows Task Manager can show some basic system level information like your current running applications, processes, system performance and more – there are some applications out there that can replace the Task Manager[1] (and can show you more information) but the Windows version is a pretty good piece of software.

How To Open The Task Manager

To open the task manager, hit these three buttons at the same time:
CRTL + Shift + ESC

Why Disabling The Task Manager Is Important

There could be a few reasons, mainly if you are running a kiosk PC and you don’t want people messing around.

How To Disable The Task Manager

As always, please read this important information on editing the System Registry.

  1. Hit the Windows Key+R, type regedit into the run dialog and hit OK.
  2. Now that you’re in the the Registry, navigate to this key:
    HKEY_CURRENT_USER\Software\Microsoft\
    Windows\CurrentVersion\Policies\System

    The Registry Editor
  3. Create a new DWORD value by right-clicking the right pane and click New, then DWORD
    Create A New DWORD Value
  4. Name this newly created value:
    DisableTaskMgr
  5. Double Click DisableTaskMgr and, in the Value Data text box, assign it this value[2]:
    1
    Give The DisableTaskMgr Key A Value Of 1
  6. Close the Registry and reboot your machine.

The next time anyone tries to call the Task Manager, they’ll see an error:

The Task Manager Has Been Disableb By The Administator

Uninstall

To enable the Task Manger again, just remove this Registry key and reboot.

Download

You can download this Registry key and call it at will! Just download and double-click the entry you’d like to add to your system. Also, if you’d like to make sure that there isn’t any malicious code (which I suggest, it’s your system – don’t trust anyone!), right-click the downloaded file and click Edit (or open it in Notepad). The code should closely match the instructions above.

Troubleshoot

Having trouble? Discus your problem in the Samanathon.com Windows Registry forum!

[1] This hack will only disable the default Task Manager that ships with Windows – it will not affect third-party apps.

[2] A value of 0 will enable the Task Manager.