Enable or Disable Task Manager

Taskmanager is disabled
This is an another common Question in many forums i.e, i am getting “Task Manager is disabled by the administrator”…Before giving the solution via reghack ,it’s important to know that this might be the action of a virus.
So use a good anti virus with latest definition and scan and remove the viruses.

After removing virus,you can enable the Task Manager again. Continue reading to know how…

Open up notepad and copy paste the following

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000

and save the file as “taskmgrenabled.reg” .You can choose any name but the name must be enclosed in double quotes and .reg extension should be present

Double click the file and press Ok.That’s it… the changes are instantaneous :)

In case u want to disable Task Manager,then Open up notepad and copy paste the following

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000001

and save the file as “taskmgrdisabled.reg” .You can choose any name but the name must be enclosed in double quotes and .reg extension should be present

Double click the file and press Ok.


Similar Regtweaks

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment