Skip to content
Apr 17 / Yaswanth

Enable / Disable Task Manager

There is a registry hack to enable or disable Task Manager.

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD
Value: 1=Enable this key, that is DISABLE TaskManager
Value: 0=Disable this key, that is Don’t Disable, Enable TaskManager.

If you are an Administrator you can consider  using Group Policy Editor. For that,

  • Click Start
  • Click Run
  • Enter gpedit.msc in the Open box and click OK
  • In the Group Policy settings window
    • Select User Configuration
    • Select Administrative Templates
    • Select System
    • Select Ctrl+Alt+Delete options
    • Select Remove Task Manager
    • Double-click the Remove Task Manager option

Since the policy is Remove Task Manager, by disabling the policy, you are enabling the Task Manager.

FYI: You can run registry editor with command regedit.

2 Comments

leave a comment
  1. great :D
    But I enabled it ;)
    Thanks

  2. Larry Miller / Jul 6 2009

    This setting can be very useful but be very sure you know what you are doing and fully understand the implications. Some of these implications are far from obvious. You could quite easily lock yourself out of the registry and the means of correcting the problem.

    Larry Miller
    Microsoft MCSA

Leave a Comment