Customizing Windows 7 alt-tab Experience

10

5

New Windows 7 User here (Mac OS X user, Windows XP if I have my choice in a windows only environment)

Is there a way to customize the Windows 7 Alt-Tab user experience? Ideally I’d like to return to

  1. Not switching to the application until I release both keys (Windows 7 changes to the application as you alt-tab through)

  2. Showing Icons instead of screenshots in the alt tab overlay

Built into the operating system solutions are preferred, although third party applications are welcome.

Alan Storm

Posted 2010-04-02T21:16:37.263

Reputation: 1 457

From Phoshi's answer: Control Panel -> System -> Advanced System Settings -> Advanced tab -> Performance dialog – Brandon Kuczenski – 2016-04-23T20:34:41.883

Windows 7 does not actually change to the application, it gives you an "Aero Peek" at it, just as hovering your mouse over the icon in the Taskbar does. However, with Alt + Tab it seems as though it selects the Window because you cannot "cancel" the task switch since releasing the keys DOES select the Window. – Jim Clark – 2010-08-05T15:25:26.600

1Phoshi's answer below is the best for part 1 of this question. – KC Baltz – 2013-12-23T21:42:51.197

Answers

10

Just found this lifehacker- alt tab-tuner-makes-windows-7s-task-switcher-thumbnails-larger-and-much-more

You can even use the utility to switch back to the old XP-style Alt+Tab dialog if you were so inclined.

alt text

outsideblasts

Posted 2010-04-02T21:16:37.263

Reputation: 6 297

Sadly this doesn't seem to be available for download any longer. – Cory Trese – 2015-06-30T14:44:34.583

You can download it from WinAero for Win 7 here, and the updated version for Win 8/10 here

– NightShovel – 2015-09-16T16:22:03.990

8

Similar question superuser- getting-back-the-old-alt-tab-windows-switching-behavior-in-windows-7, Shevek's answer can solve the icons issue:

  1. Hold down the left alt key
  2. Press and release the right alt key, keeping the left alt key held down
  3. Then, still keeping the left alt key held down, tab-tab-tab away to you heart's content...

Perhaps some autohotkey magic can turn Left Alt + Right Alt into just Left Alt. I bet Phoshi can help with that.

Other customizations (which may not help with your specific requests):

vistaswitcher is very customizable

alt text

Switcher

alt text

iswitchw filters through a list of open windows as you type—with a semi-transparent dialog accessible by simply pressing the Caps Lock key.

alt text

outsideblasts

Posted 2010-04-02T21:16:37.263

Reputation: 6 297

Vistaswitcher is good, it could be better if the order of windows stays unchanged, sadly that the development seems has stopped since 2012. – Edward – 2016-05-10T07:50:27.990

1Where did you ever discover about the left-alt / right-alt sequencing? I would like to data-mine that resource! – javadba – 2014-03-27T18:36:59.630

7

The first can be solved by going to advanced system settings (Hit Windows+Pause/Break (That's Apple/Meta, to you)) and disabling "Use Aero Peek" in performance, and the latter can be changed back to normal by setting

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTabSettings

to 1, it seems.

edit: That last one might not be true - I just set it back and the aero-style previews are refusing to return. Hmf. If you don't particularly care, you can disable desktop composition entirely - that'd definitely fix it.

Phoshi

Posted 2010-04-02T21:16:37.263

Reputation: 22 001

This is the correct answer-- the more general solution is 'Control panel -> System -> Advanced System Settings -> Advanced tab -> Performance dialog' to turn off all sorts of visual fluff. – Brandon Kuczenski – 2016-04-23T20:33:21.063

5

I know this is old, but

  1. CTRL+ALT+TAB shows the switcher, but you don't have to hold the keys. You can then cycle through with TAB/SHIFT+TAB, or the arrow keys. Aero Peek is the feature that hides everything else temporarily and shows you the actual window, which you can disable from the Taskbar configuration settings I think.
  2. Using registry key (included below) as answered elsewhere

Here are some registry settings to customize ALT+TAB behavior - I'm combining several sources (indicated in comments). Note I've made the preview thumbnail size much larger; without restarting your computer the columns setting won't take effect, and so if your resolution is too small this will push some thumbnails off the screen. I've included the registry key for #2, but disabled since that would defeat the purpose of the other customizations.

Windows Registry Editor Version 5.00

; Customize Alt+Tab settings, like Alt+Tab Tuner
; http://cybernetnews.com/cybernotes-bigger-thumbnails-for-vistas-alt-tab/

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTab]
"BottomMarginPx"=dword:0000000a
"MaxIconSizePx"=dword:0000015e
"MaxThumbSizePx"=dword:0000012c
    ; sizing:
    ;   1024×768: MaxThumbSizePx = 00000078
    ;   1280×1024: MaxThumbSizePx = 0000009E
    ;   1680×1050: MaxThumbSizePx = 000000d2 (=210)
    ;   1920×1200: MaxThumbSizePx = 000000f5 (=245)
"MinThumbSizePcent"=dword:00000064
    ; ^ 100
"MinWidthPx"=dword:0000012c
"OverlayIconDXPx"=dword:00000000
"OverlayIconDYPx"=dword:00000000
"OverlayIconPx"=dword:00000030
"SideMarginPx"=dword:00000014
"TextBottomPx"=dword:000001f4
"ThumbSpacingXPx"=dword:00000014
"ThumbSpacingYPx"=dword:00000014
"TopMarginPx"=dword:0000003c
    ; the following require force-quit explorer:
    ;   ctrl+shift+right click in start menu >> Exit Explorer
    ;   ctrl+shift+esc to open task manager >> File >> Run >> explorer.exe
    ; see Daniel Martin's second reply http://social.technet.microsoft.com/Forums/en/w7itproui/thread/9ebf508d-835f-4603-9dea-5b6bfdeda93e
"Columns"=dword:00000005
"Rows"=dword:00000005


; additional column configuration tip via https://superuser.com/a/56129
;   requires restart
; source http://technet.microsoft.com/en-us/library/cc784579%28WS.10%29.aspx
; source 2: http://exodusdev.com/content/revert-xp-style-alt-tab-coolswitch-behavior-windows-7-and-windows-vista#comment-656
; note: if there are more icons than would be available for Columns x Rows, it should scroll the extras
; NOTE: this only affects the classic style of XP switching
[HKEY_CURRENT_USER\Control Panel\Desktop]
"CoolSwitchColumns"="5"
"CoolSwitchRows"="5"


; ; disable Vista-style previews, use XP-style icons only -- https://superuser.com/a/114058/135416
; ; can also access via LEFT_ALT+RIGHT_ALT (release)+TAB -- https://superuser.com/a/114047/135416
; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
; "AltTabSettings"=dword:00000001

Update Corrected my row/column misconceptions -- most of my sources were wrong until I stumbled across the correct explanation.

drzaus

Posted 2010-04-02T21:16:37.263

Reputation: 379

0

You can try AltTabAlternative https://alttabalternative.sourceforge.io/, this is very much similar to VistaSwitcher, and you can find the right window faster by filtering windows.

Lokesh Govindu

Posted 2010-04-02T21:16:37.263

Reputation: 1

1

A lot more detail would be nice. Link only answers would be useless should your link go down, and we prefer answers that show the 'what' and not just the how. This post reflects what we prefer answers recommending software to look like

– Journeyman Geek – 2017-05-05T06:32:33.160