PDA

View Full Version : task manager


047
16-02-2007, 03:22 PM
Hi my TASK MANAGER has been disabled and i dont know how?
Can any1 plz help me?

gaurav_indian
16-02-2007, 03:31 PM
Try this

http://windowsxp.mvps.org/Taskmanager_error.htm

or this

http://support.microsoft.com/kb/555480

Pathik
16-02-2007, 03:37 PM
run "gpedit.msc" > user config > admin templates > system . ctrl-alt-del options > remove taskmanager > enabled > no

47shailesh
16-02-2007, 03:59 PM
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:

Click Start
Click Run
Enter gpedit.msc in the Open box and click OK
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.

ismart
16-02-2007, 04:01 PM
download this fix: http://www.diskdatarecovery.net/tools/download.php?id=1

uchiha.sasuke
16-02-2007, 09:13 PM
Just type this code in the run window and u r done............

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

47shailesh
16-02-2007, 09:22 PM
Just type this code in the run window and u r done............

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

wont work if disavled from gpedit.msc right :)

uchiha.sasuke
16-02-2007, 10:43 PM
@47shailesh

If regedit trick works ...........than this should also work i guess.......