Save window locations of applications

Solution 1:

DisplayFusion can create monitor profiles that memorize and recall desktop placement and resolution as well as program window placement. You might be able to take advantage of that latter feature.

Solution 2:

I just open sourced an app that can remember and restore window layouts. See https://github.com/adamsmith/WindowsLayoutSnapshot.

Solution 3:

I had this same problem so I built a small application to take care of it. Free, no ads, just works. You can find it under my "Freeware" section, called "TAN Window Manager". I use it everyday.

Simply place a shortcut to the program in your startup folder so it runs at boot. Open all the programs you want to save and place them where you want. Right-click the TAN Window Manager icon that will be in your tray and click 'Save Window Locations'. In the popup check the windows you want to save and click 'Save'. Now you can use the 'Restore Window Locations' button to magically move your saved windows back to where you placed them. The program is a standalone EXE, no install routine, just place the EXE anywhere you like.

Todd

Edit: Now on GitHub https://github.com/Todd1561/TANWindowMgr

Solution 4:

WinSize2 is a program written in AutoHotKey that can make Windows remember window position, size and more. The program gives you the ability to save the window size and location for any program or folder.

To save any window position, click on the Windows title bar to make sure the window is active and press the hotkey Ctrl+Alt+Z. A tooltip message will confirm that the position has been saved. Now if you close the window and open it again, the program window will be automatically resized and moved to the position where you saved it.

You can edit the behavior and position of any previously saved window by right-clicking on the tray icon and choosing “Special Parameters”.

enter image description here

Here you can manually enter window position coordinates and size, force the window to open maximized, minimized, full screen or hidden, make it “always on top” and even enter a delay between opening the window and resizing.

WinSize2 works on all versions of Windows right from 95 to 7.

enter image description here