Quote Originally Posted by Finney View Post
A quick way I've found to sync most of the windows on the desktop is to create 2 macros--one on my main:

/exportui c:\uisaved (or any filename--needs to match the one in the second macro below)

And one for all my slaves:

macrowait 5
/importui c:\uisaved

I put them all in the same space on an action bar in a repeater region, and when I want to sync I hit the button on my main, it saves his UI, and 5 seconds later all the slaves import it.

I knew there was a reason I was revisiting this thread!