0

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?

bgvaughan
  • 514

2 Answers2

0

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.).

Joshua
  • 4,402
0

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.

Shinrai
  • 18,876