disable double-click

  • Thread starter Thread starter Brian Cahill
  • Start date Start date
B

Brian Cahill

Does anyone know how to disable the double-click function in the Start Menu?
I want to prevent users from opening up an explorer window when this is
done. It seems that they can get to items that are not defined in their
Custom start menu this way.
 
Does anyone know how to disable the double-click function in the Start Menu?
I want to prevent users from opening up an explorer window when this is
done. It seems that they can get to items that are not defined in their
Custom start menu this way.
See tip 5620 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
Brian said:
*Does anyone know how to disable the double-click function in the
Start Menu?
I want to prevent users from opening up an explorer window when this
is
done. It seems that they can get to items that are not defined in
their
Custom start menu this way. *

I had the same problem and here is the solution: Set the following reg
key to "1". WinXP limits mouse double click speed normally between 900
-> 200 in registry, but setting it to 1 disables the double click.

HKEY_CURRENT_USER\Control Panel\Mouse\"DoubleClickSpeed"="1"
 
Back
Top