When you hit alt tab on windows 7 and stop for a second on a window, it hides all other windows. Is there any way to tell Windows 7 to use the old classic behavior?

link|improve this question

78% accept rate
+1, number one annoyance. – slhck May 4 '11 at 21:29
feedback

2 Answers

up vote 10 down vote accepted

The fade is controlled by a timer and the timeout can be adjusted to any time period you want. Therefore, by extending the timeout to a longer period of time, you can effectively disable the fade. To make the change requires an edit to the registry.

Open your Registry Editor (regedit) and create the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTab

In that key, create the following DWORD value:

LivePreview_ms

and set the value to the desired delay (in milliseconds) of when you want the fade to begin. Setting to something like 10,000 (decimal) will prevent the fade for a full 10 seconds.

NOTE: You'll have to restart Explorer to see the results....the easiest way to do that is logout and back in again or to reboot your machine.

link|improve this answer
feedback

In Advanced System Settings (accessible from the System control panel), click the Advanced tab, then the settings button for Performance.

In the list of Visual Effects the following affects this behavior:

  • Enable desktop composition

You will need to uncheck this, doing so will remove aero effects sadly enough, so it's either one.

link|improve this answer
1  
This is not true. It is possible to (effectively) disable just the alt-tab functionality without loosing the whole aero effect. Please read and vote up the post by @Tall Jeff, who has provided a better answer. – Connor W May 5 '11 at 21:23
Also, if you would rather Windows 7 used the old alt-tab functionality, see the top answer from here: superuser.com/questions/37067/… – Connor W May 5 '11 at 21:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.