Disable windows explorer drag and drop in 2000

  • Thread starter Thread starter hozair
  • Start date Start date
H

hozair

Hi,

Does any know how to disable windows explorer drag and
drop and keep cut copy and paste intact? Google gave me
lots of options but none of them worked.

Thanks,
Hamid
 
Is there any other solution you can think of without
installing third party tools?

Thanks,
Hamid
 
This adds builtin stuff that is in Pro to Home.

You could set the drag distance. It's 4 px by default, move a mouse by more than 4 px and it is considered a drag. Change it to 800 or something.

[HKEY_CURRENT_USER\Control Panel\Desktop]
;The lines to scroll the page per click when rotating the wheel. minus numbers is pages
"WheelScrollLines"="-1"
;The number of pixels that the mouse can move to be considered a double click or drag
"DoubleClickHeight"="2"
"DoubleClickWidth"="2"
"DragHeight"="2"
"DragWidth"="2"
 
It did not help.

-----Original Message-----
This adds builtin stuff that is in Pro to Home.

You could set the drag distance. It's 4 px by default,
move a mouse by more than 4 px and it is considered a
drag. Change it to 800 or something.
[HKEY_CURRENT_USER\Control Panel\Desktop]
;The lines to scroll the page per click when rotating the wheel. minus numbers is pages
"WheelScrollLines"="-1"
;The number of pixels that the mouse can move to be
considered a double click or drag
"DoubleClickHeight"="2"
"DoubleClickWidth"="2"
"DragHeight"="2"
"DragWidth"="2"
message news:[email protected]...
 
Thanks David. Good tip to know.

--
Ramesh - Microsoft MVP
Windows XP Shell/User
http://www.mvps.org/sramesh2k

AumHa VSOP: http://www.aumha.org

This adds builtin stuff that is in Pro to Home.

You could set the drag distance. It's 4 px by default, move a mouse by more than 4 px and it is considered a drag. Change it to 800 or something.

[HKEY_CURRENT_USER\Control Panel\Desktop]
;The lines to scroll the page per click when rotating the wheel. minus numbers is pages
"WheelScrollLines"="-1"
;The number of pixels that the mouse can move to be considered a double click or drag
"DoubleClickHeight"="2"
"DoubleClickWidth"="2"
"DragHeight"="2"
"DragWidth"="2"
 
Back
Top