Jump to content

[Guide] Get rid of "Task Manager "has been disabled by your Administrator


Freyr

Recommended Posts

The first thing a malware will do on your computer is that it will disable the task manager. Now you can’t see the list of malicious processes since you can’t even open the task manager. You press ctrl+alt+delete and nothing happens, what to do now?

 

Well, don’t panic. Go to Start>Run and copy-paste the following into it, and press enter,

 

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

 

Go to Start>Run again, copy-paste the following command in the text box, and press enter,

 

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

 

Repeat the process again with the following command,

 

REG add HKEY_USERS\.default\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

 

That’s it.

 

If the malware disabled the registry editor,follow this guide:

 

Go to Start>Run, and type the following,

 

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

 

What if run is not there in start menu ? Well, simply press windows key + R and the run dialog box will appear.

 

Simple right?

 

(If you dont understand something tell me and i will add images,but i think its easy guide).

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...