x windows tweak ?

T

Tim

With TweakUI you could set an x windows like effect, i.e., a window took
"focus" or was "brought to front" when the mouse cursor hovered over it...
any way to do this in Vista ? Can't seem to find it...
 
K

Keith Miller MVP

In the registry, under the key:

'HKEY_CURRENT_USER\Control Panel\Desktop'

you want to edit the value named 'UserPreferencesMask'

Perform a bitwise AND on the first byte, most likely '9e', with '41' and
replace '9e' with the result -- in this case 'df'

ie:
9e 3e 07 80 12 00 00 00

becomes

df 3e 07 80 12 00 00 00

Logoff & back on for changes to take effect.
 

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