Shortcut key to display all Windows 7 windows?
I'm trying to see if Windows has a built-in shortcut for viewing all the open windows on your box using a keyboard.
Something like this (Ubuntu example):
We have a Microsoft Touch Mouse that allows for this feature, but it's getting frustrating accidental clicking it and having it impede our work by bringing up all open windows.
Can someone please help? We're trying to get more efficient and I've spent the last 2 days (4-5 hours each day) looking for a solution. JOKE
There are two built-in ways and several third party tools1 that let you take a peak at all open windows. All make use of some Aero features that have to be enabled.2
Win + Tab shows all windows stacked and skewed.
-
Alt + Tab shows all windows side by side.
The thumbnails are pretty small, but you can adjust the size with the following registry keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AltTab MaxThumbSizePx = DWORD : XXX (decimal) MinThumbSizePcent = DWORD : 100 (decimal)
If
XXX
is roughly one eighth of the screen width, the thumbnails will use all available screen width.3
1Switcher, for example, lets you rearrange the thumbnails at will.
2 Instructions to enable the necessary Aero features:
Press Win + R.
Run
control system
.Go to
Advanced system settings -> Performance -> Settings...
-
Check
Enable desktop composition
andUse visual styles on windows and buttons
. Click
OK
.
3 Result:
alt+tab shows all open windows (in thumbnail-size previews), and is currently the only way that Windows natively supports this functionality.