We are all well know about that when we click CTRL+Alt+
Method 1:
Click the windows Start Menu->Run and copy and past the following code
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
(OR)
Method 2:
Open the new notepad past the following code and save it as file name/extinction EnableTM.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
(OR)
Method 3:
- *Click the windows Start Menu and click RUN and type Regedit or Regedit.exe and entire.
- And it will displays the Register Edit window.
- Navigate the follow
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System
-on right side window delete the Value name DisableTaskMgr and close the Register edit window.
(OR)
Method 4:
Using Group Policy Editor - for Windows XP Professional
* Click windows Start Menu->Run, type gpedit.msc and click OK.
* Navigate to this branch:
User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manage
* Double-click the Remove Task Manager option.
* Set the policy to Not Configured.