How do you find/focus/restore a window in Windows if it is
Not selectable on screen (Can have size zero, or can be behind the task bar)
Not represented in the taskbar or the Alt-Tab cycle.
If it can be selected/get keyboard focus, then it can be restored. A modal dialog can be restored by focusing the window that opened it, because that focuses the dialog. But if it's non modal and has no taskbar icon, then what?
Example: Open a non-modal dialog that is not represented on the taskbar (I tried Notepad++ settings dialog). Now drag the dialog under the taskbar. How can I get it back without having to un-pin the taskbar to see it?
This question is almost asked here, but not quite. All answers here apply only windows that can be focuses, e.g. have an icon on the task bar. In such situations selecting the window is easy via the task bar. From there on restoring it can be done with Win+ArrowKey for example.Is it possible to get a window from behind the taskbar without having activated windows?