You are viewing our Forum Archives. To view or take place in current topics click here.
TUT | How to re-enable Task Manager when disabled by a Virus
Posted:

TUT | How to re-enable Task Manager when disabled by a VirusPosted:

Mish
  • TTG Master
Status: Offline
Joined: Nov 25, 201112Year Member
Posts: 837
Reputation Power: 36
Status: Offline
Joined: Nov 25, 201112Year Member
Posts: 837
Reputation Power: 36
How to Re-Enable Windows Task Manager when disabled by a Virus.


Many virus and Trojans in the network are infecting your computer and they modify the system files. The most common Trojans rewrite the system files or the registry file to disable some mandatory services of your computer. Suppose your computer is infected by virus and you want to remove the virus manually from your computer.

You might also wanted to Remove Virus Manually From Your Computer. If you still have any problem you can install windows xp from usb.

At first you need to know which process are causing the problems. You can identify it from the Task Manager. But the virus programmers are much aware about this system and they make their program such that it disables the Task Manager from the registry.

In such case when you try to open the Task manager by pressing Alt + Ctrl + Del, a message appears like Task Manger has been disabled by your administrator. So your first object is to enable your Task manager to identify the harmful services that are running in your computer. Next you can kill the processes to stop running. Here I have described some easy and simple way to re-enable The Task Manager.

A. The procedures to re-enable the Task Manager without using any soft pack

1. Re-enable the task manager from Registry

The Task Manager can be enabled by modifying the registry entry. In some case the registry access is also blocked by the virus. Then you must get first the access of registry to modify it. You can enable the access to the registry using the Disk Heal utility, which have mentioned later in this article. However if you have the access to registry then follow the steps below:

Press Windows Key + R, type regedit in the Run dialogue box.
Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System
Double click on Disable TaskMgr at the right pane.
Set the value to 0.
Restart the computer.

2. Re-enable the Task Manager through Run Command

You can also re-enable the task manager from the Run command.

Press Windows Key + R.
copy the code below and paste it in the Run dialogue box.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System
 /v  DisableTaskMgr  /t REG_DWORD  /d /0 /f
Hit Enter.
Restart your computer.

3. You can also make a registry file to enable the Task Manager

If you do not want to edit registry manually then you can make a registry file to enable the Task Manger.

Open Notepad.
Copy the following codes exactly as it is in the following:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\System]
DisableTaskMgr  =dword:00000000
Save the file name as taskmgr.reg

Now double-click on the registry file that you have created and restart your computer.


Credit: Tanmay From TechTipsGeek.com

I hope I helped some of you out.
#2. Posted:
Mika
  • TTG Contender
Status: Offline
Joined: Jul 08, 201112Year Member
Posts: 3,129
Reputation Power: 135
Status: Offline
Joined: Jul 08, 201112Year Member
Posts: 3,129
Reputation Power: 135
Great tutorial, even though it wasn't yours it is good to bring it to TTG.
#3. Posted:
Mish
  • TTG Master
Status: Offline
Joined: Nov 25, 201112Year Member
Posts: 837
Reputation Power: 36
Status: Offline
Joined: Nov 25, 201112Year Member
Posts: 837
Reputation Power: 36
-GearsOfWar3- wrote Great tutorial, even though it wasn't yours it is good to bring it to TTG.


I appreciate your feedback. There was a reason I put credit.

-Mish
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.