
Allows you to restore all open windows that have been minimized.
Example

Running this code will maximize the windows after 3 second.
wait(3)
plugin command("Desktop Automation.dll", "all open windows/undo minimize")
Allows you to restore all open windows that have been minimized.
Running this code will maximize the windows after 3 second.
wait(3)
plugin command("Desktop Automation.dll", "all open windows/undo minimize")
Was this helpful?