How to Enable Task Manager in Windows

Hi friends,

Today, i will show you all "How Enable/Disable Task Manager on a Computer".

Well, I am sharing this because it just happened to me, a week before.
I guess, as you are reading this post so you might be knowing What exactly a Task Manager is and what it do?



 

Well, keeping this in mind let me come to the point.

Lets Begin -

First of all, there are many method of performing this task.
I will explain you a few of the methods of performing this same thing.

ENABLE TASK MANAGER

#Method 1

In this method, you just need to run a .bat file.
You can even compile the same using the code below,


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

Copy the code in notepad and save as Tskmngr.bat
Now, as the file is ready. Just double-click on it and run it.

Now, Your Task Manager has been enabled.


#Method 2

In this method, i will show you to enable task manager by regedit.
For that you need to create a registry file.
Follow the steps -

1. Open Notepad and copy the code -


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

2. After you copy the code in a notepad file, Just save it as TaskMangr.reg

Note : For the registry file to run, .reg extension is important.

3. Double click on it.

4. Registry Editor will ask you for confirmation. In the confirmation Window, click Yes.

5. Task Manager would immediately be accessible. If it is not, restart your computer.


If you have error while compiling the above two files.
Here i have them already compiled for you.
Download it -

.bat file - Download
.reg file - Download
Both files - Download

Hope you all found this post helpful.
If you get any error, have any doubt or want to know about more methods to the same thing.
Please do comment it below without any hesitation.
I will be happy to help you.
Thanks
Previous
Next Post »

Subscribe to our mailing list

* indicates required
Select your Interested Topics.