How to re-enable the Task Manager
My Task Manager has somehow been disabled. I am the administrator and I did not disable it. How did this happen and how do I re-enable it?
My Task Manager has somehow been disabled. I am the administrator and I did not disable it. How did this happen and how do I re-enable it?
This probably happened because of a Group Policy change. If you run GPEDIT.MSC and go to User Configuration | Administrative Templates | System / Ctrl+Alt+Delete Options | Remove Task Manager, see if it's disabled there. If so, re-enable it.
Another way to re-enable this is by editing the Windows Registry directly. If you go to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem and set DisableTaskMgr (a DWORD value) to 0, that should also fix the problem. I would look at the Group Policy setting first, though, since that might be more directly responsible for making this happen.