WinPositions Suite Wiki
Store and retrieve the position of every window in the Desktop
Status: Pre-Alpha
Brought to you by:
sopalajoarriero
Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
WinPositions Suite is a set of some simple programs intended to store and retrieve the positions of each window in the Desktop, in order to restore it later.
Just run "SaveWinPositions" to store the data (coordinates and size) of all the windows (even minimized ones), and restore them at any time by running "RestoreWinPositions" later.
Last edit: Sopalajo de Arrierez y Torrezno 2014-10-13
Command line parameters:
**SaveWinPositions [NumMonitors]**
NumMonitors: (1 default) integer (positive) specifying the number of physical screens on the computer. The program will exit is at least this number of screens is not available. Zero (0) to ignore and save anyway.
**RestoreWinPositions [NumMonitors]**
NumMonitors: (1 default) integer (positive) specifying the number of physical screens on the computer. The program will wait for this number of screens available to start restoring. Zero (0) to ignore and restore anyway.
Configuration:
- The file
screens.cfg
in the program's directory can contain the parameterNumMonitors
(just a text file with a single number).It is programmed using AutoHotkey, and, as for now, both code (.ahk files) and log files (at
%TEMP%\WinPositions-Log.txt
) are only in spanish language.The storage file (containing the stored position of each window) is at
%TEMP%\WinPos.txt
.Last edit: Sopalajo de Arrierez y Torrezno 2014-10-13