Script to open 12 browser windows in 12 different monitors
Solution 1:
A solution for this can be hacked together very quickly if the dimensions of each screen are known.
I would tackle it with AutoHotkey using the functions Run, WinWait, and WinMove. If you would like to maximize each window, AutoHotkey can do that too :)