954,307 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to enable Task Manager

My windows XP got virus infected. I have removed it. But I can't access Task Manager. When I press Alt+Ctrl+Delete it says, "Task Manager is disabled by administrator"

How can I enable Task Manager?

enam
Light Poster
39 posts since Jun 2007
Reputation Points: 29
Solved Threads: 0
 

Are you the administrator?
Also has the virus been totally wiped from ur machine?

Serunson
Posting Maven
2,578 posts since Mar 2007
Reputation Points: 533
Solved Threads: 46
 

Yes, I am logged in as administrator.
And the virus is completely removed.

enam
Light Poster
39 posts since Jun 2007
Reputation Points: 29
Solved Threads: 0
 

Hey Try downloading process explorer from
www.sysinternals.com . Its kinda advanced version of task manager. Hope this helps.

Regards
Anand

kiamzattu
Junior Poster in Training
77 posts since Apr 2007
Reputation Points: 14
Solved Threads: 7
 

Open your registry with regedit, navigate to this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
In the right pane if you have a valuename
DisableTaskMgr with a value of 1 [one], either modify the value to 0 [zero], or merely lclick DisableTaskMgr and delete it.
Close the registry window.

gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 302
 

Thanks gerbil for the solution!!
Thanks to anbullet too for introducing a new usingful tool.

enam
Light Poster
39 posts since Jun 2007
Reputation Points: 29
Solved Threads: 0
 

how to enable regedit?

silvesterprabhu
Newbie Poster
1 post since Nov 2007
Reputation Points: 10
Solved Threads: 1
 
thunderstorm98
Veteran Poster
1,117 posts since Nov 2006
Reputation Points: 97
Solved Threads: 20
 

Enable Task Manager
——————
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System
DisableTaskMgr=0

Enable CMD
-------------
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System
DisableCmd=0

he he .. but how to enable regedit... here it is...

Enable Regedit
————–
1. Start> run

reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

2. Start> run

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

piyushchandra
Light Poster
44 posts since Sep 2006
Reputation Points: 6
Solved Threads: 2
 

[INDENT]how to enable regedit? [/INDENT]
This can be done with Group Policy editor which has graphical interface.Run > gpedit.msc (Press enter). Group policy editor will appear.
User configuration > Administrative Templates > System
Double click on "Prevent access to registry editing tools".
Disable this option (Yes, disable. If you enable this option Regedit will be disabled)

To enable CMD:Run > gpedit.msc (Press enter). Group policy editor will appear.
User configuration > Administrative Templates > System
Double click on "Prevent access to the command prompt".
Disable this option (Yes, disable. If you enable this option Command Prompt will be disabled)

To enable Task Manager:Run > gpedit.msc (Press enter). Group policy editor will appear.
User configuration > Administrative Templates > System > "Ctrl+Alt+Del Options"
Double click on "Remove Task Manager".
Disable this option (Yes, disable. If you enable this option Task Manager will be disabled)

A lot of other rarely used options are available on Group policy editor.

enam
Light Poster
39 posts since Jun 2007
Reputation Points: 29
Solved Threads: 0
 

When I do "alt control delete" I get a message:
"Task Manager has been disabled by your Administrator"

I have the following instructions to enable Task Manager:
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
And as I mentioned above, since the policy is Remove Task Manager, by disabling the policy, you are enabling the Task Manager

But when I enter gpedit.msc I get an error that says:
"Windows can not find gpedit.msc"

So now what I can I do????

Please help!!!!!

I ran a virus scan, and no viruses detected!

labber
Light Poster
29 posts since Apr 2005
Reputation Points: 10
Solved Threads: 1
 

Which OS are you using ?

thunderstorm98
Veteran Poster
1,117 posts since Nov 2006
Reputation Points: 97
Solved Threads: 20
 

labber, XP home does not have gpedit. Go to my post in the first page and apply it.
Or, if you wish, just do this and it will remove the key value involved.
==Please copy the text in the box to a notepad [format/wordwrap unchecked] and save as fixkey.reg, as type "all files", to your desktop; dclick it to run... agree; if it opens in notepad instead rclick the icon [file], choose Open with, Registry editor....

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-
gerbil
Industrious Poster
4,209 posts since May 2005
Reputation Points: 239
Solved Threads: 302
 

labber, XP home does not have gpedit. Go to my post in the first page and apply it. Or, if you wish, just do this and it will remove the key value involved. ==Please copy the text in the box to a notepad [format/wordwrap unchecked] and save as fixkey.reg, as type "all files", to your desktop; dclick it to run... agree; if it opens in notepad instead rclick the icon [file], choose Open with, Registry editor....

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-

thanks ! i open regedit and followed your trail to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]"DisableTaskMgr" and just deleted it !!

seems to work fine !! thanks again

tgheller
Newbie Poster
1 post since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You