Possible Duplicate:
Save window locations of applications

A recurrent task at my workplace is opening applications to display monitoring tools, on a multi-monitor display that is repeated by projectors. Mostly, these are Web browser windows. The arrangement of windows is consistent, and it's exactly the sort of nuisance task that calls for automation. Can anyone recommend a good Windows tool for this?

link|improve this question
feedback

closed as exact duplicate by studiohack May 3 '11 at 23:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 0 down vote accepted

If these are dominantly web browser windows, you could create a simple startup Web page (HTML file) or script that will automate the browser window opening process for you, using Javascript to pop open new windows, position them, and resize them according to your spec.

Otherwise, excellent graphics drivers provided by AMD/ATI and NVIDIA provide multiple desktop / application / window management that will save window positions. You will need supporting hardware, of course. There is also desktop window management software available from third-party vendors (search for multiple desktop / window management etc.).

link|improve this answer
Thanks. nView is available, though the documentation is a bit sparse. We'll give that a go. – bgvaughan May 3 '11 at 23:20
feedback

Ultramon can do this through customized application shortcuts; it lets you define position and size, and supports multiple displays. As long as they're always going to be in exactly the same place this is probably your best bet.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.