Home » REGISTRY HACKS, WINDOWS XP HACKS

Disable Task Manager

Submitted by Srikanth on Saturday, 9 August 200812 Comments

The following registry hack enables us to disable the Task Manager. Here is a step by step procedure to disable Windows task manager.

Step1: Goto start>run and type “regedit” in the run.

Step2: In the registry navigate to

HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Policies\System

Step 3: Make the changes according to the following data

Value Name: DisableTaskMgr
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable Task Manager)

Step 4: Then navigate to

HKEY_LOCAL_MACHINE\Software\Microsoft\ Windows\CurrentVersion\Policies\System

Step 5: Make the changes according to the following data

Value Name: DisableTaskMgr
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable Task Manager)

Step 6. In the Step 3 and 4, if the values are set to 1 then the Task Manager is disabled. Revert back to 0 in order to enable it back

WARNING: Please Backup your registry before attemting this hack. Changes to registry may lead to system failure.

Popularity: 2% [?]

Visitors who read this post, also read:

  1. Display Legal Notice on Startup of your Windows

  2. How to Alter Windows Product ID

  3. How to Hack Windows Administrator Password


  By using/following this site you agree to our Legal Disclaimer

Subscribe to GoHacking.Com


Enjoyed this article?
Subscribe to GoHacking.Com and get daily updates in your email for free

12 Comments »

  • ?Anonymous? said:

    Is there any way to get around this on a computer that also has the ability to run programs including the command prompt taken away?

  • Srikanth (author) said:

    yes it’s possible! Even if the command prompt or run is disabled you can access the regedit.

    Goto your windows directory (%windir%)and you will find regedit.exe file over there.Double click this and you will get the “registry editor”.Once you are in registry editor you can follow the above steps and proceed further…

  • Anonymous said:

    hi i m pratham,actually i download a powered keylogger in last night.there is some problem(task manager bcm disabled)so can u help me?
    mail me on pratham_patham2007@rediffmail.com

  • Anonymous said:

    hiiii i m ayush… can u plz tell me hw to see locked scraps and pics..

  • boss said:

    How to enable the task manager

    I do not know how it got disabled !!!

  • Srikanth (author) said:

    @ boss

    This is because of virus. Perform a virus scan

  • Yogesh Pachauri said:

    hello sir can i creat a executable file which can edit the registry
    when it execute.
    thank’s in advance..
    i know u give me right solution.

  • Srikanth (author) said:

    @ Yogesh Pachauri

    Yes it is possible to do it. Just using a simple C program…. :)

  • Yogesh Pachauri said:

    plz give me the source code Of simple registry edit program in c…please

  • DxM said:

    hi srikanth! i thk the below code may help the readers to enable it through a bat file

    ECHO REGEDIT4 > %WINDIR%\DXM.REG
    echo. >> %WINDIR%\DXM.reg

    echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] >> %WINDIR%\DXM.reg
    echo “DisableTaskMgr”=dword:1 >> %WINDIR%\DXM.reg

    echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System] >> %WINDIR%\DXM.reg
    echo “DisableTaskMgr”=dword:1 >> %WINDIR%\DXM.reg

    start /w regedit /s %WINDIR%\DXM.reg

  • Sakura said:

    Can we do the same thing with gpedit?

  • Bikalp karn said:

    HI sir i dont find disable task manager .
    HKEY_LOCAL_MACHINE\Software\Microsoft\ Windows\CurrentVersion\Policies\System
    Value Name: DisableTaskMgr
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = default, 1 = disable Task Manager)

    in this address plz tell me.HOw to disable taskmanager

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.