After switching to Windows 8 i was trying to configure the same mouse over behaviour as i am used to on my debian linux.
If you just want focus follows mouse and auto-raise=true, then follow the description given here.
If you want focus follows mouse and auto-raise=false, then you have to do some more work:
If you just want focus follows mouse and auto-raise=true, then follow the description given here.
If you want focus follows mouse and auto-raise=false, then you have to do some more work:
Read this technet articleOne thing left: Logoff or restart you pc and you are done...
Open the registry editor and go to HKCU\Control Panel\Desktop\UserPreferencesMask
Here you have to change the first bit to 1 and the seventh bit to 0
Example:
The number in UserPreferenceMask is 9E --> 10011110
Change the first bit to 1 --> 10011111
Seventh bit is already 0 --> 10011111
I found X Mouse Controls invaluable for doing all of this without touching the registry directly.
ReplyDeletehttp://joelpurra.com/Projects/X-Mouse_Controls/