my mouse switches whichever window it is over to the active window

N

nick

I've accidentally changed a setting which makes which
ever window the mouse is over, become the main active
window. I can't remember where the setting was or what it
is called and I want to turn it off. Can anyone help?
 
G

GreenChip

Hey, have a look at the thread active windows without mouse clicking
and..well, do the contrary ;).
 
D

David Candy

This tip specifies whether to use a X-Mouse style interface. An X-Mouse interface (in part) means that windows the mouse is over are active. This has been added to Explorer Options on the Explorer page.

The user preference mask is a hexadecimal representation of bit values. To set use Windows Calculator and the values from the table below.

To use Windows Calculator take the value from UserPreferences and AND it with the value from the table below.

a.. Put the value from the table below into Calculator in Hex mode
b.. Press AND
c.. Take the value from from user preferences (in this sample 000000fd as it's byte order reversed).
d.. If it is set it will return the same value as the table below, if it's not set it will return 0
Action Value in Hex
Turn on x-mouse 1
If on bring window to top 40

REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencemask"=hex:fd,00,00,00
;Sets the amount of time the mouse has to be over a window to activate it.
;In milliseconds in byte order reversed (00000bb8 = 3000 ms or 3 seconds).
;Default is 0 seconds and the key does not appear by default.
"ActiveWndTrkTimeout"=hex:b8,0b,00,00
This reg file contains the general mouse settings.
 
A

Anando [MS-MVP]

Hi Nick,

David's advice is superb and accurate but if you want to accomplish the same
in an easier way and not edit the registry manually, you should use TweakUI.
Under TweakUI, navigate to Mouse >> X-Mouse and uncheck "Activation follows
mouse".

TweakUI can be downloaded from:

http://www.microsoft.com/windowsxp/pro/downloads/powetoys.asp


--

Anando
Microsoft MVP- Windows Shell/User
http://www.microsoft.com/mvp
http://www.mvps.org

Folder customizations
http://newdelhi.sancharnet.in/minku

Protect your PC!
http://www.microsoft.com/protect
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top