Win7 : X-Mouseの設定

ウィンドウを画面上端に持っていくと全画面になる動作が気に入らないので、調べたところ『コントロールパネル』→『コンピューターの簡単操作』→『コンピューターの簡単操作センター』→『マウスを使いやすくします』の『ウィンドウが画面の端に移動されたとき自動的に整列されないようにします』で無効に出来るとのことで設定を変更。
ついでに『マウス ポインターをウィンドウ上にあわせたときにウィンドウを選択します』で X-Mouse の設定ができることに気付きました。 (ただし AutoRaise も同時に有効、かつフォーカス移動の待ち時間が500ms の固定設定)

引用元:http://slashdot.jp/~Endows/journal/548672

アクティブになった瞬間前面に出て来る時間はActiveWndTrkTimeoutにて修正する。

【別解】


OPTION #3
If you don't need those extra functions, you can make a couple swift changes in the registry and achieve the same effect:
[Thanks to original commenter unpaidbill for this particular option]

Step #1:
Open regedit, go to HKEY_CURRENT_USER\Control Panel\Desktop
Edit UserPreferenceMask value to be 9F 3E 07 80 12 00 00 00
[You should only have to modify the first pair]

Step #2:
Also in HKEY_CURRENT_USER\Control Panel\Desktop
Edit ActiveWndTrkTimeout, change 'Base' to Decimal and put in 150 as the 'Value Data'

[this value is time in milliseconds that it takes for the focus to change.
to avoid some issues with the taskbar I recommended using a value like 150 or so,
but if you'd like to have a different delay before the window loses focus, set it to whatever you like.]

Step #3:
Log off and log back in


引用元: Mouse Hover Makes Window Active - Enable - Windows 7 Forums,
http://www.sevenforums.com/tutorials/9000-mouse-hover-makes-window-active-enable.html