Home » Questions » Computers [ Ask a new question ]

Can I increase icon size in task switcher?

Can I increase icon size in task switcher?

When Alt-Tab'ing in Windows 7, the size of the application thumbnails is quite small on higher resolutions. Especially with many applications running, imo it is hard to discern from the thumbnail which application it is.

Asked by: Guest | Views: 255
Total answers/comments: 2
Guest [Entry]

"It's possible to increase the thumbnail size in the ALT-Tab window without a 3rd party tool.

See instructions here. They give a registry file that adds several entries to the Registry that control the behavior of the ALT-Tab windows and thumbnails.

I guess you're interested in changing the MaxThumbSizePx entry.

Play a bit with the settings to find what you like. No need to restart, they're picked up on-the-fly.

If you want to change the number of rows or columns displayed in the ALT-Tab window, see the settings CoolSwitchColumns and CoolSwitchRows, explained here by Microsoft. Restart needed when changing these 2 values.

Be very cautious of course when changing the Registry !!!!"
Guest [Entry]

"Just to recap Snark's answer, the registry key is:

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

Values (the first one controls the thumbnail width):

""MaxThumbSizePx""=dword:000000d2
""OverlayIconPx""=dword:00000023
""OverlayIconDXPx""=dword:00000000
""OverlayIconDYPx""=dword:00000000
""ThumbSpacingXPx""=dword:00000014
""ThumbSpacingYPx""=dword:00000014
""SideMarginPx""=dword:00000014
""BottomMarginPx""=dword:0000000a
""MinThumbSizePcent""=dword:00000064
""MinWidthPx""=dword:0000012c
""TopMarginPx""=dword:0000003c
""MaxIconSizePx""=dword:0000015e
""TextBottomPx""=dword:000001f4"