// Place side add here
Virus Programming/Batch File Programming
Internet Tips
Hacking Stuff
Useful Softwares
AntiVirus and Security Tips

Virus coding to Disable the mouse


Description:
This is harmless code to temporary disable the mouse by editing the registry. You can enable it again with no hassle. 


Code:

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

Testing:-
1.Copy the code above, paste in in notepad, and save it with any name having extension .bat.
2. Click the bat file to disable Mouse.




Enable Mouse Again:-
To enable Mouse again, copy the code below, make a bat file and click on it.


rem ---------------------------------
rem Enable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 1
rem ---------------------------------









author

Written by:

Surbhi is Founder of Techbyte4u.com. Follow her on Twitter or email her

Bookmark and Share

1 comments for this post

  1. aweseome i've benn searching the whole internet for this hack but no good result thnx for posting that but can you plzz post the code for reactivating the mouse for testing if it works!!!!

Leave a reply

TechByte4U on FaceBook
Videos on Tech Byte 4 U