Arranges, tiles, and/or stacks application windows.
WinArrange (style)
(i) style one of the following: @STACK, @TILE (or @ARRANGE), @ROWS, or @COLUMNS.
(i) always 1.
Use this function to rearrange the open windows on the screen. (Any iconized programs are unaffected.)
If there are more than four open windows and you specify @ROWS, or if there are more than three open windows and you specify @COLUMNS, @TILE will be used instead.
This function works only with top-level (parent) application windows.
; Reveal all windows WinArrange(@TILE)