Home » Questions » Computers [ Ask a new question ]

Windows 7 Alt+Tab transparent windows effect delay

Windows 7 Alt+Tab transparent windows effect delay

"In windows 7 when browsing through the alt+tab thumbnails, lingering on one thumbnail for a second will engage the Aero-Peek effect causing every window to be transparent except for the chosen window.
This effect is slightly delayed before starting for the first time of each alt+tab “session”, and afterwards will be applied quicker as you browse through the thumbnails."

Asked by: Guest | Views: 322
Total answers/comments: 3
Guest [Entry]

"Okay I've found the answer. Someone was kind to share some knowledge on my post at the Microsoft forum:

Open Registry Editor 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 it to the delay (in milliseconds) of the first live preview.

Restart Explorer to see the changes.

Other Aero-peek related registry entries that I've found on the net are:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

DesktopLivePreviewHoverTime
ThumbnailLivePreviewHoverTime
ExtendedUIHoverTime

These control the delay of other components of Aero-peek."
Guest [Entry]

"You can turn off via windows config menus:

Windows 7 ALT-TAB - How to turn off previewing the window"
Guest [Entry]

"Simple solution:

;; Disable Aero-ALT-TAB, use Old-XP-Style.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
""AltTabSettings""=dword:00000001

;; Set how many rows are shown in task switcher (ALT-TAB). Default seems to be 3x7.
[HKEY_CURRENT_USER\Control Panel\Desktop]
""CoolSwitchColumns""=6
""CoolSwitchRows""=5

These settings bring back the old XP-Syle for the task switcher. Used them for few years now on many Windows 7 installations."