task manager

Status
Not open for further replies.

Pathik

Google Bot
run "gpedit.msc" > user config > admin templates > system . ctrl-alt-del options > remove taskmanager > enabled > no
 

47shailesh

Security Exp
Type regedit in run box and browse to:

HKEY_CURRENT_USER > Software\Microsoft\Windows\CurrentVersion\Policies\System
on right pane find reg word "DisableTaskMgr"

double click it and change it's value to "0"

You r done

----------

But if the TaskManager was accidently disabled or you need to control this item for a set of standalone boxes this is for you:
  1. Click Start
  2. Click Run
  3. Enter gpedit.msc in the Open box and click OK
  4. In the Group Policy settings windowSelect User Configuration
    Select Administrative Templates
    Select System
    Select Ctrl+Alt+Delete options
    Select Remove Task Manager
    Double-click the Remove Task Manager option
And as I mentioned above, since the policy is Remove Task Manager, by disabling the policy, you are enabling the Task Manager.
 

uchiha.sasuke

Journeyman
Just type this code in the run window and u r done............

Code:
 REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
 

47shailesh

Security Exp
uchiha.sasuke said:
Just type this code in the run window and u r done............

Code:
 REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

wont work if disavled from gpedit.msc right :)
 
Status
Not open for further replies.
Top Bottom