all open windows/minimize

Allows you to minimize all windows that are currently open.


Example

Running this code will minimize all open windows after 1 second.

wait(1)
plugin command("Desktop Automation.dll", "all open windows/minimize")

Was this helpful?