5

I'm on a windows 8 laptop and I have two external monitors I hook up to it. Whenever I take the laptop somewhere (and have to disconnect my monitors), the windows all go to my small laptop screen, naturally.

Its super annoying to reposition every single window every time i reconnect. When I reconnect my monitors, I'd like the windows to appear back where they were before I disconnected. How can I do this?

B T
  • 801

4 Answers4

4

Are you expecting to be able to go from two external displays, one internal display, then back to two external displays, and restore the windows positions? If so, you'll need to use a third-party utility to save window positions and restore them.

WinSize2 should do what you want. Others have mentioned AutoHotKey scripts and AutoIT as well.

B T
  • 801
ernie
  • 6,378
3

I've created a small tool to handle that. It is not complete but I'm receiving positive feedback and still working on it. It is free, you have source code (C++), you may compile it with Cygwin and there are binaries if you don't compile C++ code.

You may find it here: https://github.com/manutalcual/winredock

Manuel
  • 481
1

How to stop windows resizing when the monitor display channel is turned off / switched to different source I recommend PersistentWindows which just works also very convenient on RDP sessions with different resolutions remote desktop connection.

Arunas Bart
  • 1,766
1

This answer mentions AutoResizer, which is a huge step forward in helping me maintain sanity: Windows utility to save/restore window size & position history?

B T
  • 801