That is not working for me at all.

What I used for 5 boxing, was a .bat file.

[code:1]REM batch file to launch 5 evenly spaced wows
REM Left monitor
c:\wow1\maximizer.exe --margin 0,0,0,1280
REM upper right of right mon
c:\wow2\maximizer.exe --margin 0,512,1920,0
REM upper left of right mon
c:\wow3\maximizer.exe --margin 0,512,1280,640
REM lower right of right mon
c:\wow4\maximizer.exe --margin 512,0,1920,0
REM lower left of right mon
c:\wow5\maximizer.exe --margin 512,0,1280,640 [/code:1]

This would put 4 boxes in right monitor. One main on left.