WindowMonitor displays a scalable DWM thumbnail for a selected window. (Download)
- Resize window to set scale
- Drag with
Left Mouseto move window - Hold
Shiftand dragLeft Mouseto pan view - Hold
Controland dragLeft Mouseto crop view Ctrl+TabandShift+Ctrl+Tabcycles through available sourcesRight Mouseclick orShift+F10opens context menuF5resets viewF6toggles fullscreen mode
- Presets context menu
- Fullscreen menu option
- Checkmark indicators for selected menu options
- Preset is saved when enter is pressed while editing title
F12toggles window click-though mode (disables mouse interaction with window)- Optional blacklist.txt for basic additional window filtering
Format is <title_regex><tab><windowclass_regex>, one line per entry. Either <title_regex> or <windowclass_regex> can be omitted, but the tab character must be included if omitting <title_regex>.
Example 1, filtering Visual Studio:
^.*Microsoft Visual Studio.*$ ^HwndWrapper\[.*\]$
Example 2, filtering Explorer windows:
^CabinetWClass$